ReadBool read a single boolean value from the config Return ErrNoConfigEntry or ErrMultipleConfigEntry if there is zero or more than one entry for this key
(key string)
| 34 | // Return ErrNoConfigEntry or ErrMultipleConfigEntry if |
| 35 | // there is zero or more than one entry for this key |
| 36 | ReadBool(key string) (bool, error) |
| 37 | |
| 38 | // ReadString read a single string value from the config |
| 39 | // Return ErrNoConfigEntry or ErrMultipleConfigEntry if |
no outgoing calls