nodeinfo

package
v0.0.0-...-67468a5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package nodeinfo privides functions for nodeinfo server

Index

Constants

View Source
const (
	VERIFYNODE  = "Verify Node"
	SERVICENODE = "Service Node"
)
View Source
const TEMPLATE_PAGE = `` /* 2771-byte string literal not displayed */

Variables

This section is empty.

Functions

func StartServer

func StartServer(n p2p.P2P)

Types

type Info

type Info struct {
	NodeVersion   string
	BlockHeight   uint32
	NeighborCnt   int
	Neighbors     []NgbNodeInfo
	HttpRestPort  int
	HttpWsPort    int
	HttpJsonPort  int
	HttpLocalPort int
	NodePort      uint16
	NodeId        string
	NodeType      string
}

type NgbNodeInfo

type NgbNodeInfo struct {
	NgbId         string //neighbor node id
	NgbType       string
	NgbAddr       string
	HttpInfoAddr  string
	HttpInfoPort  uint16
	HttpInfoStart bool
	NgbVersion    string
}

type NgbNodeInfoSlice

type NgbNodeInfoSlice []NgbNodeInfo

func (NgbNodeInfoSlice) Len

func (n NgbNodeInfoSlice) Len() int

func (NgbNodeInfoSlice) Less

func (n NgbNodeInfoSlice) Less(i, j int) bool

func (NgbNodeInfoSlice) Swap

func (n NgbNodeInfoSlice) Swap(i, j int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL