(key string)
| 10 | // ReadonlyMap only support readonly method for map |
| 11 | ReadonlyMap interface { |
| 12 | Get(key string) (value interface{}, exists bool) |
| 13 | GetString(key string) string |
| 14 | GetTimeDuration(key string) time.Duration |
| 15 | GetInt(key string) int |
no outgoing calls