ReadTimestamp read a single timestamp value from the config Return ErrNoConfigEntry or ErrMultipleConfigEntry if there is zero or more than one entry for this key
(key string)
| 44 | // Return ErrNoConfigEntry or ErrMultipleConfigEntry if |
| 45 | // there is zero or more than one entry for this key |
| 46 | ReadTimestamp(key string) (time.Time, error) |
| 47 | } |
| 48 | |
| 49 | type ConfigWrite interface { |
no outgoing calls