Versions in this module Expand all Collapse all v2 v2.5.0 Jan 15, 2020 Changes in this version + var DefaultPlugin = *NewPlugin() + var SingleResyncAcceptTimeout = time.Second * 1 + var SingleResyncAckTimeout = time.Second * 10 + type Deps struct + Log logging.PluginLogger + type Option func(*Plugin) + func UseDeps(cb func(*Deps)) Option + type Plugin struct + func NewPlugin(opts ...Option) *Plugin + func (p *Plugin) Close() error + func (p *Plugin) DoResync() + func (p *Plugin) Init() error + func (p *Plugin) Register(resyncName string) Registration + type Registration interface + StatusChan func() <-chan StatusEvent + String func() string + type Status string + const NotActive + const Started + type StatusEvent interface + Ack func() + ResyncStatus func() Status + type Subscriber interface + Register func(resyncName string) Registration v2.5.0-alpha Dec 13, 2019 Other modules containing this package go.ligato.io/cn-infra