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

Struct composeManager

pkg/devspace/compose/manager.go:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type composeManager struct {
76 configs map[string]*latest.Config
77 project *composetypes.Project
78}
79
80func NewComposeManager(project *composetypes.Project) ComposeManager {
81 return &composeManager{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected