There was an error while loading. Please reload this page.
1 parent 70820c4 commit 1cd952fCopy full SHA for 1cd952f
handlers/sessionInfo.go
@@ -3,9 +3,11 @@ package handlers
3
import (
4
"encoding/json"
5
"fmt"
6
-"github.com/qa-dev/jsonwire-grid/pool"
7
-log "github.com/sirupsen/logrus"
8
"net/http"
+
+log "github.com/sirupsen/logrus"
9
10
+"github.com/qa-dev/jsonwire-grid/pool"
11
)
12
13
// SessionInfo - Returns a session info (node address, status, etc)
0 commit comments