NewConfigLoader implements interface
(configPath string)
| 104 | |
| 105 | // NewConfigLoader implements interface |
| 106 | func (f *DefaultFactoryImpl) NewConfigLoader(configPath string) (loader.ConfigLoader, error) { |
| 107 | return loader.NewConfigLoader(configPath) |
| 108 | } |
| 109 | |
| 110 | // NewConfigureManager implements interface |
| 111 | func (f *DefaultFactoryImpl) NewConfigureManager(config *latest.Config, generated localcache.Cache, log log.Logger) configure.Manager { |
nothing calls this directly
no test coverage detected