Documentation ¶
Index ¶
- 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) Metrics() []prometheus.Collector
- func (c *Container) PeerInfo() topology.BinInfo
- func (c *Container) RandomPeer(not swarm.Address) (swarm.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 ¶ added in v1.0.0
func (c *Container) Metrics() []prometheus.Collector
Metrics returns set of prometheus collectors.
Click to show internal directories.
Click to hide internal directories.