Build executes the equivalent to a `compose build`
(ctx context.Context, project *types.Project, options BuildOptions)
| 83 | type Compose interface { |
| 84 | // Build executes the equivalent to a `compose build` |
| 85 | Build(ctx context.Context, project *types.Project, options BuildOptions) error |
| 86 | // Push executes the equivalent to a `compose push` |
| 87 | Push(ctx context.Context, project *types.Project, options PushOptions) error |
| 88 | // Pull executes the equivalent of a `compose pull` |
no outgoing calls
no test coverage detected