Documentation ¶ Index ¶ func StartServer() type Info type NgbNodeInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func StartServer ¶ func StartServer() Types ¶ type Info ¶ type Info struct { NodeVersion string BlockHeight uint32 NeighborCnt int Neighbors []NgbNodeInfo HttpRestPort int HttpWsPort int HttpJsonPort int HttpLocalPort int NodePort uint16 } type NgbNodeInfo ¶ type NgbNodeInfo struct { NgbID string NbrAddr string } Source Files ¶ View all Source files server.go template.go Click to show internal directories. Click to hide internal directories.