Documentation ¶
Index ¶
- type BootNodes
- type Container
- func (c *Container) Connected(ctx context.Context, peer p2p.Peer)
- func (c *Container) Count() int
- func (c *Container) Disconnected(peer p2p.Peer)
- func (c *Container) EachPeer(pf model.EachPeerFunc) error
- func (c *Container) Metrics() []prometheus.Collector
- func (c *Container) PeerInfo() model.BinInfo
- func (c *Container) RandomPeer(not boson.Address) (boson.Address, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func NewContainer ¶
func (*Container) Disconnected ¶
func (*Container) Metrics ¶
func (c *Container) Metrics() []prometheus.Collector
Metrics returns set of prometheus collectors.
Click to show internal directories.
Click to hide internal directories.