Versions in this module Expand all Collapse all v0 v0.0.1 Jun 30, 2020 Changes in this version + var ResultStatus = resultStatusChoice + type Message struct + FuncArgs []string + Id string + TaskCtl controller.TaskCtl + WorkerName string + func NewMessage(ctl controller.TaskCtl) Message + func (m *Message) SetArgs(args ...interface{}) error + type Result struct + FuncReturn []string + Id string + RetryCount int + Status int + func NewResult(id string) Result + func (r *Result) SetStatusRunning() + func (r Result) Get(index int, v interface{}) error + func (r Result) GetBackendKey() string + func (r Result) GetBool(index int) (bool, error) + func (r Result) GetFloat64(index int) (float64, error) + func (r Result) GetInt64(index int) (int64, error) + func (r Result) GetInterface(index int) (interface{}, error) + func (r Result) GetString(index int) (string, error) + func (r Result) GetUint64(index int) (uint64, error) + func (r Result) Gets(args ...interface{}) error + func (r Result) IsFinish() bool + func (r Result) IsSuccess() bool