Pull executes the equivalent of a `compose pull`
(ctx context.Context, project *types.Project, options PullOptions)
| 87 | Push(ctx context.Context, project *types.Project, options PushOptions) error |
| 88 | // Pull executes the equivalent of a `compose pull` |
| 89 | Pull(ctx context.Context, project *types.Project, options PullOptions) error |
| 90 | // Create executes the equivalent to a `compose create` |
| 91 | Create(ctx context.Context, project *types.Project, options CreateOptions) error |
| 92 | // Start executes the equivalent to a `compose start` |
no outgoing calls
no test coverage detected