(key string)
| 244 | GetBool(key string) (bool, bool) |
| 245 | GetInt(key string) (int, bool) |
| 246 | GetString(key string) (string, bool) |
| 247 | GetStringSlice(key string) ([]string, bool) |
| 248 | GetStringSlice2D(key string) ([][]string, bool) |
| 249 | } |
no outgoing calls
no test coverage detected