Versions in this module Expand all Collapse all v2 v2.5.0 Jan 15, 2020 Changes in this version + type Config struct + Topic string + type Deps struct + Messaging messaging.Mux + type Option func(*Plugin) + func UseConf(conf Config) Option + func UseDeps(cb func(*Deps)) Option + func UseMessaging(m messaging.Mux) Option + type Plugin struct + func NewPlugin(opts ...Option) *Plugin + func (p *Plugin) AfterInit() error + func (p *Plugin) Close() error + func (p *Plugin) Init() error + func (p *Plugin) Put(key string, data proto.Message, opts ...datasync.PutOption) error v2.5.0-alpha Dec 13, 2019 Other modules containing this package go.ligato.io/cn-infra