Get gets the value for the given key. It returns ErrNotFound if the DB does not contain the key.
(key string)
| 43 | // Get gets the value for the given key. It returns ErrNotFound if the DB |
| 44 | // does not contain the key. |
| 45 | Get(key string) (string, error) |
| 46 | |
| 47 | Set(key, value string) error |
| 48 |
no outgoing calls