| 73 | } |
| 74 | |
| 75 | type composeManager struct { |
| 76 | configs map[string]*latest.Config |
| 77 | project *composetypes.Project |
| 78 | } |
| 79 | |
| 80 | func NewComposeManager(project *composetypes.Project) ComposeManager { |
| 81 | return &composeManager{ |
nothing calls this directly
no outgoing calls
no test coverage detected