Versions in this module Expand all Collapse all v1 v1.0.2 Apr 5, 2022 v1.0.1 Nov 11, 2020 Changes in this version + type BasicConfigurer struct + type HetznerConfigurer struct + type IPConfiguration struct + Iface net.Interface + Netmask net.IPMask + RetryAfter int + RetryNum int + VIP net.IP + type IPManager struct + func NewIPManager(hostingType string, config *IPConfiguration, states <-chan bool, verbose bool) (m *IPManager, err error) + func (m *IPManager) SyncStates(ctx context.Context, states <-chan bool)