Versions in this module Expand all Collapse all v1 v1.3.0 Oct 25, 2024 v1.2.0 Aug 15, 2024 Changes in this version + func NewVIPManager(lg *zap.Logger, cfgGetter config.ConfigGetter) (*vipManager, error) + type NetworkOperation interface + AddIP func() error + DeleteIP func() error + HasIP func() (bool, error) + SendARP func() error + func NewNetworkOperation(addressStr, linkStr string) (NetworkOperation, error) + type VIPManager interface + Close func() + PreClose func() + Start func(context.Context, *clientv3.Client) error