Versions in this module Expand all Collapse all v0 v0.1.1 Mar 1, 2022 v0.1.0 Mar 8, 2019 Changes in this version + func HandleCallback(data string) error + func ListTask() ([]dao.Task, error) + type CreateTask struct + Data json.RawMessage + Protocol string + func (c *CreateTask) Handle(data string) error + type GenericTask struct + ID int + func (g *GenericTask) Start(masterAddr, webAddr string) error + func (g *GenericTask) Stop(masterAddr string) error + func (task *GenericTask) Delete() error + func (task *GenericTask) Search() error