MCPcopy Create free account
hub / github.com/docker/compose / Remove

Method Remove

pkg/mocks/mock_docker_compose_api.go:355–358  ·  view source on GitHub ↗

Remove indicates an expected call of Remove.

(ctx, projectName, options any)

Source from the content-addressed store, hash-verified

353
354// Remove indicates an expected call of Remove.
355func (mr *MockComposeMockRecorder) Remove(ctx, projectName, options any) *gomock.Call {
356 mr.mock.ctrl.T.Helper()
357 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Remove", reflect.TypeOf((*MockCompose)(nil).Remove), ctx, projectName, options)
358}
359
360// Restart mocks base method.
361func (m *MockCompose) Restart(ctx context.Context, projectName string, options api.RestartOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected