MCPcopy Index your code
hub / github.com/devspace-sh/devspace / DefaultFactory

Function DefaultFactory

pkg/util/factory/factory.go:66–68  ·  view source on GitHub ↗

DefaultFactory returns the default factory implementation

()

Source from the content-addressed store, hash-verified

64
65// DefaultFactory returns the default factory implementation
66func DefaultFactory() Factory {
67 return &DefaultFactoryImpl{}
68}
69
70// NewPluginManager creates a new plugin manager
71func (f *DefaultFactoryImpl) NewPluginManager(log log.Logger) plugin.Interface {

Callers 4

mainFunction · 0.92
ExecuteFunction · 0.92
mainFunction · 0.92
NewDefaultFactoryFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected