We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf2f92 commit f6793f4Copy full SHA for f6793f4
api/health/service.go
@@ -4,17 +4,19 @@
4
package health
5
6
import (
7
- stdjson "encoding/json"
8
"net/http"
9
"time"
10
+ stdjson "encoding/json"
11
+
12
"github.com/gorilla/rpc/v2"
13
14
"github.com/ava-labs/avalanchego/health"
- healthlib "github.com/ava-labs/avalanchego/health"
15
"github.com/ava-labs/avalanchego/snow/engine/common"
16
"github.com/ava-labs/avalanchego/utils/json"
17
"github.com/ava-labs/avalanchego/utils/logging"
18
19
+ healthlib "github.com/ava-labs/avalanchego/health"
20
)
21
22
// Service wraps a [healthlib.Service]. Handler() returns a handler
0 commit comments