Down executes the equivalent to a `compose down`
(ctx context.Context, projectName string, options DownOptions)
| 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` |
| 103 | Logs(ctx context.Context, projectName string, consumer LogConsumer, options LogOptions) error |
| 104 | // Ps executes the equivalent to a `compose ps` |
no outgoing calls