ReadString read a single string value from the config Return ErrNoConfigEntry or ErrMultipleConfigEntry if there is zero or more than one entry for this key
(key string)
| 39 | // Return ErrNoConfigEntry or ErrMultipleConfigEntry if |
| 40 | // there is zero or more than one entry for this key |
| 41 | ReadString(key string) (string, error) |
| 42 | |
| 43 | // ReadTimestamp read a single timestamp value from the config |
| 44 | // Return ErrNoConfigEntry or ErrMultipleConfigEntry if |
no outgoing calls