StoreBool writes a key and boolean value to the config
(key string, value bool)
| 55 | |
| 56 | // StoreBool writes a key and boolean value to the config |
| 57 | StoreBool(key string, value bool) error |
| 58 | |
| 59 | // RemoveAll removes all key/value pair matching the key prefix |
| 60 | RemoveAll(keyPrefix string) error |
no outgoing calls
no test coverage detected