Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configurer ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) Init ¶
func (p *Plugin) Init(logger Logger, cfg Configurer) error
Init .. Logger and Configurer interfaces represents logger and configurer plugins. They would be provided automatically when registered in the RRs container.
Click to show internal directories.
Click to hide internal directories.