Restart restarts containers
(ctx context.Context, projectName string, options RestartOptions)
| 93 | Start(ctx context.Context, projectName string, options StartOptions) error |
| 94 | // Restart restarts containers |
| 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` |
no outgoing calls
no test coverage detected