Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdlePoller ¶
type IdlePoller struct { }
func (*IdlePoller) Poll ¶
func (p *IdlePoller) Poll() error
func (*IdlePoller) PollRate ¶
func (p *IdlePoller) PollRate() time.Duration
type NeighborhoodPoller ¶
type NeighborhoodPoller struct { }
func (*NeighborhoodPoller) Poll ¶
func (p *NeighborhoodPoller) Poll() error
func (*NeighborhoodPoller) PollRate ¶
func (p *NeighborhoodPoller) PollRate() time.Duration
type RoutePoller ¶
type RoutePoller struct { }
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.