Port indicates an expected call of Port.
(ctx, projectName, service, port, options any)
| 282 | |
| 283 | // Port indicates an expected call of Port. |
| 284 | func (mr *MockComposeMockRecorder) Port(ctx, projectName, service, port, options any) *gomock.Call { |
| 285 | mr.mock.ctrl.T.Helper() |
| 286 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Port", reflect.TypeOf((*MockCompose)(nil).Port), ctx, projectName, service, port, options) |
| 287 | } |
| 288 | |
| 289 | // Ps mocks base method. |
| 290 | func (m *MockCompose) Ps(ctx context.Context, projectName string, options api.PsOptions) ([]api.ContainerSummary, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected