executable package - github.com/AliceO2Group/Control/executor/executable - Go Packages

Package executable provides platform-specific executable management functionality for running and controlling tasks in the executor environment.

This section is empty.

This section is empty.

type BasicTask struct {
	
}
func (t *BasicTask) Kill() error
type CommitResponse struct {
	
}
type ControllableTask struct {
	
}
func (t *HookTask) Kill() error
type SendMessageFunc func(message []byte)
func NewTask(taskInfo mesos.TaskInfo, sendStatusFunc SendStatusFunc, sendDeviceEventFunc SendDeviceEventFunc, sendMessageFunc SendMessageFunc) Task