Port executes the equivalent to a `compose port`
(ctx context.Context, projectName string, service string, port uint16, options PortOptions)
| 127 | Events(ctx context.Context, projectName string, options EventsOptions) error |
| 128 | // Port executes the equivalent to a `compose port` |
| 129 | Port(ctx context.Context, projectName string, service string, port uint16, options PortOptions) (string, int, error) |
| 130 | // Publish executes the equivalent to a `compose publish` |
| 131 | Publish(ctx context.Context, project *types.Project, repository string, options PublishOptions) error |
| 132 | // Images executes the equivalent of a `compose images` |
no outgoing calls
no test coverage detected