Loader is a fake implementation of the ConigLoader interface
| 4 | |
| 5 | // Loader is a fake implementation of the ConigLoader interface |
| 6 | type Loader struct { |
| 7 | Config *localcache.LocalCache |
| 8 | } |
| 9 | |
| 10 | func (l *Loader) ForDevspace(path string) localcache.Loader { |
| 11 | return l |
nothing calls this directly
no outgoing calls
no test coverage detected