StoreTimestamp writes a key and timestamp value to the config
(key string, value time.Time)
| 52 | |
| 53 | // StoreTimestamp writes a key and timestamp value to the config |
| 54 | StoreTimestamp(key string, value time.Time) error |
| 55 | |
| 56 | // StoreBool writes a key and boolean value to the config |
| 57 | StoreBool(key string, value bool) error |
no outgoing calls
no test coverage detected