Get returns value by given key
(key string)
| 10 | Exists(key string) (bool, error) |
| 11 | // Get returns value by given key |
| 12 | Get(key string) (interface{}, error) |
| 13 | // GetString returns value string format by given key |
| 14 | GetString(key string) (string, error) |
| 15 | // GetInt returns value int format by given key |
no outgoing calls