Up executes the equivalent to a `compose up`
(ctx context.Context, project *types.Project, options UpOptions)
| 97 | Stop(ctx context.Context, projectName string, options StopOptions) error |
| 98 | // Up executes the equivalent to a `compose up` |
| 99 | Up(ctx context.Context, project *types.Project, options UpOptions) error |
| 100 | // Down executes the equivalent to a `compose down` |
| 101 | Down(ctx context.Context, projectName string, options DownOptions) error |
| 102 | // Logs executes the equivalent to a `compose logs` |
no outgoing calls
no test coverage detected