(key string)
| 12 | Get(key string) (value interface{}, exists bool) |
| 13 | GetString(key string) string |
| 14 | GetTimeDuration(key string) time.Duration |
| 15 | GetInt(key string) int |
| 16 | GetUInt64(key string) uint64 |
| 17 | Exists(key string) bool |
no outgoing calls
no test coverage detected