diff options
author | Wolfy-J <[email protected]> | 2018-06-11 21:46:03 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 21:46:03 +0300 |
commit | aba7704b71a00294b38a995e3ecadd0bd7cc6c12 (patch) | |
tree | b8da096852811dd6240676aa839674ae1451ce3f /worker.go | |
parent | 2b626f392f8884573aa26d51d4df9d16136a282e (diff) |
no library dependency
Diffstat (limited to 'worker.go')
-rw-r--r-- | worker.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -186,6 +186,9 @@ func (w *Worker) Exec(rqs *Payload) (rsp *Payload, err error) { } } + // todo: attach when payload is complete + // todo: new status + w.state.set(StateReady) return rsp, err } |