diff options
author | Wolfy-J <[email protected]> | 2018-01-28 18:57:25 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-28 18:57:25 +0300 |
commit | 71a040f5ee98d91e9f388b0d4509adf8d5589bb9 (patch) | |
tree | 0af48d1887b8cbba00277cfcb61ac9ebdd9661e8 /state.go | |
parent | e065b650ad2d3b0c58fe73fa75c9f730a36eee86 (diff) |
Context
Diffstat (limited to 'state.go')
-rw-r--r-- | state.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ import ( // State represents worker status and updated time. type State interface { // Value returns state value - Value() int64 //todo: change to state value + Value() int64 // NumExecs shows how many times worker was invoked NumExecs() uint64 |