Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor interface {
AddTask(ProcessorFunc)
ProcessAll() error
}
func NewSimpleProcessor ¶
func NewSimpleProcessor(ctx context.ApplicationContext) Processor
type ProcessorFunc ¶
type ProcessorFunc func() error
Click to show internal directories.
Click to hide internal directories.