Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
AddTask(task task.Task) error
RemoveTask(task task.Task)
// Start starts the Manager sync loops.
Start()
Stop()
TaskManager() *task.TaskManager
GetWorker(taskID string, eventID string) (Worker, bool)
WorkerCount() int
}
Manager Manager
func NewManager ¶
func NewManager(conf option.Config, statusManager *status.AppRuntimeSyncClient, appmm appm.Manager) (Manager, error)
NewManager newManager
Click to show internal directories.
Click to hide internal directories.