Documentation ¶
Index ¶
Constants ¶
View Source
const ( LuaScript = `` /* 160-byte string literal not displayed */ PkTaskOperator = "task_operator:" PkTaskQueue = "task_queue" PkTaskResult = "task_result:" PkTaskFinished = "task_finished:" )
Variables ¶
View Source
var L logger.Logger
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct { TaskId uint64 `json:"taskID"` TaskResult TaskResult `json:"taskResult"` }
type TaskResult ¶
Click to show internal directories.
Click to hide internal directories.