Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessorFoo ¶
type ProcessorFoo struct { Cfg *cfg.Cfg `inject:""` PController *components.ProcessorController `inject:""` // contains filtered or unexported fields }
func (*ProcessorFoo) Data ¶
func (p *ProcessorFoo) Data() string
func (*ProcessorFoo) Init ¶
func (p *ProcessorFoo) Init() error
func (*ProcessorFoo) IsDisabled ¶
func (p *ProcessorFoo) IsDisabled() bool
func (*ProcessorFoo) Ready ¶
func (p *ProcessorFoo) Ready() <-chan struct{}
Click to show internal directories.
Click to hide internal directories.