Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleCallback ¶
Types ¶
type CreateTask ¶
type CreateTask struct { Protocol string Data json.RawMessage }
func (*CreateTask) Handle ¶
func (c *CreateTask) Handle(data string) error
type GenericTask ¶
type GenericTask struct {
ID int
}
func (*GenericTask) Delete ¶
func (task *GenericTask) Delete() error
func (*GenericTask) Search ¶
func (task *GenericTask) Search() 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.