Kill executes the equivalent to a `compose kill`
(ctx context.Context, projectName string, options KillOptions)
| 107 | List(ctx context.Context, options ListOptions) ([]Stack, error) |
| 108 | // Kill executes the equivalent to a `compose kill` |
| 109 | Kill(ctx context.Context, projectName string, options KillOptions) error |
| 110 | // RunOneOffContainer creates a service oneoff container and starts its dependencies |
| 111 | RunOneOffContainer(ctx context.Context, project *types.Project, opts RunOptions) (int, error) |
| 112 | // Remove executes the equivalent to a `compose rm` |
no outgoing calls