| 253 | } |
| 254 | |
| 255 | type DynamicLoader struct { |
| 256 | client models.Client |
| 257 | } |
| 258 | |
| 259 | func (l *DynamicLoader) Reload() (map[string]string, error) { |
| 260 | var m = make(map[string]string) |
nothing calls this directly
no outgoing calls
no test coverage detected