diff options
author | Wolfy-J <[email protected]> | 2019-05-02 17:17:16 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-02 17:17:16 +0300 |
commit | 7bd5da5327e0d6f602627006d55cf803b8c4a4c7 (patch) | |
tree | 2e76fba4b391e2733a6e59c8149bb22f6c91dfbc /state.go | |
parent | 859441b4d084babca70266bd23ceb2a95269b3ff (diff) |
fixing tests
Diffstat (limited to 'state.go')
-rw-r--r-- | state.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ const ( // StateWorking - working on given payload. StateWorking + // StateDestroying - worker has been marked as being destroyed. + StateDestroying + // StateStreaming - indicates that worker is streaming the data at the moment. StateStreaming |