Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NeighborhoodPoller ¶
type NeighborhoodPoller struct {
// contains filtered or unexported fields
}
func (*NeighborhoodPoller) Name ¶ added in v0.0.250
func (p *NeighborhoodPoller) Name() string
func (*NeighborhoodPoller) Poll ¶
func (p *NeighborhoodPoller) Poll() error
func (*NeighborhoodPoller) PollRate ¶
func (p *NeighborhoodPoller) PollRate() time.Duration
type RoutePoller ¶
type RoutePoller struct {
// contains filtered or unexported fields
}
func NewRoutePoller ¶ added in v0.0.236
func (*RoutePoller) Name ¶ added in v0.0.250
func (p *RoutePoller) Name() string
func (*RoutePoller) Poll ¶
func (p *RoutePoller) Poll() error
func (*RoutePoller) PollRate ¶
func (p *RoutePoller) PollRate() time.Duration
Click to show internal directories.
Click to hide internal directories.