Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleCallback ¶
Types ¶
type CreateTask ¶
type CreateTask struct { Protocol string `json:"protocol"` Data json.RawMessage `json:"data"` }
type GenericTask ¶
type GenericTask struct {
ID int `json:"id"`
}
func (*GenericTask) Delete ¶
func (task *GenericTask) Delete() error
func (*GenericTask) Start ¶
func (g *GenericTask) Start(masterAddr, webAddr string) error
func (*GenericTask) Stop ¶
func (g *GenericTask) Stop(masterAddr string) error
Click to show internal directories.
Click to hide internal directories.