Documentation ¶
Overview ¶
Package announce implements announcement of server IPs. Depending on the implementation it could be anything: * Exabgp * Haproxy * Carp
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopAnnounce ¶
type NoopAnnounce struct{}
NoopAnnounce is a noop implementation of Announce interface Use it if no IP advertisement is required
func (*NoopAnnounce) Advertise ¶
func (n *NoopAnnounce) Advertise([]net.IP) error
Advertise is implementing Advertise interface. Doing nothing
func (*NoopAnnounce) Withdraw ¶
func (n *NoopAnnounce) Withdraw() error
Withdraw is implementing Withdraw interface. Doing nothing
Click to show internal directories.
Click to hide internal directories.