summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
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