Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessorController ¶
type ProcessorController struct {
Processor Processor
}
func (*ProcessorController) Get ¶
func (c *ProcessorController) Get() Processor
func (*ProcessorController) Init ¶
func (c *ProcessorController) Init() error
func (*ProcessorController) Set ¶
func (c *ProcessorController) Set(p Processor) error
type WorkerPool ¶
func (*WorkerPool) Init ¶
func (s *WorkerPool) Init() error
func (*WorkerPool) Register ¶
func (wp *WorkerPool) Register(w Worker)
func (*WorkerPool) Status ¶
func (wp *WorkerPool) Status() []string
Click to show internal directories.
Click to hide internal directories.