Documentation ¶ Index ¶ Constants type Plugin func (p *Plugin) Init(cfg config.Configurer) error func (p *Plugin) Name() string func (p *Plugin) Provides() []*dep.Out func (p *Plugin) Serve() chan error func (p *Plugin) ServiceLogger() logger.Logger func (p *Plugin) Stop(context.Context) error Constants ¶ View Source const PluginName = "log" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Plugin ¶ type Plugin struct { // contains filtered or unexported fields } func (*Plugin) Init ¶ func (p *Plugin) Init(cfg config.Configurer) error func (*Plugin) Name ¶ func (p *Plugin) Name() string func (*Plugin) Provides ¶ func (p *Plugin) Provides() []*dep.Out func (*Plugin) Serve ¶ func (p *Plugin) Serve() chan error func (*Plugin) ServiceLogger ¶ func (p *Plugin) ServiceLogger() logger.Logger func (*Plugin) Stop ¶ func (p *Plugin) Stop(context.Context) error Source Files ¶ View all Source files plugin.go Click to show internal directories. Click to hide internal directories.