Top executes the equivalent to a `compose top`
(ctx context.Context, projectName string, services []string)
| 123 | UnPause(ctx context.Context, projectName string, options PauseOptions) error |
| 124 | // Top executes the equivalent to a `compose top` |
| 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` |
no outgoing calls
no test coverage detected