Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service orchestrates everything related to running tasks, currently it delegated running tasks to the machinery
func NewService ¶
NewService creates the task service instance.
func (*Service) RegisterTaskFunction ¶
RegisterTaskFunction in order to invoke task handler function it should be registered in machinery the function could have an arbitrary number of arguments however it is mandatory to return an error as the last one.
Click to show internal directories.
Click to hide internal directories.