summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-28 18:57:25 +0300
committerWolfy-J <[email protected]>2018-01-28 18:57:25 +0300
commit71a040f5ee98d91e9f388b0d4509adf8d5589bb9 (patch)
tree0af48d1887b8cbba00277cfcb61ac9ebdd9661e8 /state.go
parente065b650ad2d3b0c58fe73fa75c9f730a36eee86 (diff)
Context
Diffstat (limited to 'state.go')
-rw-r--r--state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.go b/state.go
index 2918f396..6e49a397 100644
--- a/state.go
+++ b/state.go
@@ -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