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

Method Remove

pkg/mocks/mock_docker_compose_api.go:347–352  ·  view source on GitHub ↗

Remove mocks base method.

(ctx context.Context, projectName string, options api.RemoveOptions)

Source from the content-addressed store, hash-verified

345
346// Remove mocks base method.
347func (m *MockCompose) Remove(ctx context.Context, projectName string, options api.RemoveOptions) error {
348 m.ctrl.T.Helper()
349 ret := m.ctrl.Call(m, "Remove", ctx, projectName, options)
350 ret0, _ := ret[0].(error)
351 return ret0
352}
353
354// Remove indicates an expected call of Remove.
355func (mr *MockComposeMockRecorder) Remove(ctx, projectName, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected