GetString returns value string format by given key
(key string)
| 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 |
| 16 | GetInt(key string) (int, error) |
| 17 | // GetInt64 returns value int64 format by given key |
no outgoing calls