Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBadServiceStatus = errors.New("bad service status") ErrActiveJobsExist = errors.New("active jobs exist") ErrSameJobExists = errors.New("same job exists") )
Processor-specific errors.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
Processor encapsulates a set of top-level business logic routines.
func NewProcessor ¶
NewProcessor creates a new processor.
func (*Processor) ActivateChannel ¶
ActivateChannel tries to activate a given channel.
func (*Processor) SuspendChannel ¶
SuspendChannel tries to suspend a given channel.
Click to show internal directories.
Click to hide internal directories.