Wait blocks until at least one of the services' container exits
(ctx context.Context, projectName string, options WaitOptions)
| 137 | Viz(ctx context.Context, project *types.Project, options VizOptions) (string, error) |
| 138 | // Wait blocks until at least one of the services' container exits |
| 139 | Wait(ctx context.Context, projectName string, options WaitOptions) (int64, error) |
| 140 | // Scale manages numbers of container instances running per service |
| 141 | Scale(ctx context.Context, project *types.Project, options ScaleOptions) error |
| 142 | // Export a service container's filesystem as a tar archive |
no outgoing calls