| 22 | func (f *FakeSpinner) Stop() {} |
| 23 | |
| 24 | type FakeConfigProvider struct { |
| 25 | config map[string]string |
| 26 | } |
| 27 | |
| 28 | func (f *FakeConfigProvider) Get(key string) string { |
| 29 | return f.config[key] |
nothing calls this directly
no outgoing calls
no test coverage detected