Skip to content

Commit 1cd952f

Browse files
committed
Add API method '/grid/session/info'. Returns session info( address, port, etc.) by session id
1 parent 70820c4 commit 1cd952f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

handlers/sessionInfo.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ package handlers
33
import (
44
"encoding/json"
55
"fmt"
6-
"github.com/qa-dev/jsonwire-grid/pool"
7-
log "github.com/sirupsen/logrus"
86
"net/http"
7+
8+
log "github.com/sirupsen/logrus"
9+
10+
"github.com/qa-dev/jsonwire-grid/pool"
911
)
1012

1113
// SessionInfo - Returns a session info (node address, status, etc)

0 commit comments

Comments
 (0)