NewDependencyManager implements interface
(ctx devspacecontext.Context, configOptions *loader.ConfigOptions)
| 99 | |
| 100 | // NewDependencyManager implements interface |
| 101 | func (f *DefaultFactoryImpl) NewDependencyManager(ctx devspacecontext.Context, configOptions *loader.ConfigOptions) dependency.Manager { |
| 102 | return dependency.NewManager(ctx, configOptions) |
| 103 | } |
| 104 | |
| 105 | // NewConfigLoader implements interface |
| 106 | func (f *DefaultFactoryImpl) NewConfigLoader(configPath string) (loader.ConfigLoader, error) { |
nothing calls this directly
no test coverage detected