Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommandTask ¶
type JsonTask ¶
type JsonTask struct { Data interface{} `json:"data"` Register string `json:"register"` }
type Register ¶
type Register struct { Name string `json:"name"` Data interface{} `json:"data"` Error error `json:"error"` }
func RunCommandTask ¶
func RunCommandTask(task CommandTask) (Register, error)
Click to show internal directories.
Click to hide internal directories.