Stop executes the equivalent to a `compose stop`
(ctx context.Context, projectName string, options StopOptions)
| 95 | Restart(ctx context.Context, projectName string, options RestartOptions) error |
| 96 | // Stop executes the equivalent to a `compose stop` |
| 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` |
no outgoing calls