Events executes the equivalent to a `compose events`
(ctx context.Context, projectName string, options EventsOptions)
| 125 | Top(ctx context.Context, projectName string, services []string) ([]ContainerProcSummary, error) |
| 126 | // Events executes the equivalent to a `compose events` |
| 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` |
no outgoing calls
no test coverage detected