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

Method VolumeRemove

pkg/mocks/mock_docker_api.go:1745–1751  ·  view source on GitHub ↗

VolumeRemove mocks base method.

(arg0 context.Context, arg1 string, arg2 client.VolumeRemoveOptions)

Source from the content-addressed store, hash-verified

1743
1744// VolumeRemove mocks base method.
1745func (m *MockAPIClient) VolumeRemove(arg0 context.Context, arg1 string, arg2 client.VolumeRemoveOptions) (client.VolumeRemoveResult, error) {
1746 m.ctrl.T.Helper()
1747 ret := m.ctrl.Call(m, "VolumeRemove", arg0, arg1, arg2)
1748 ret0, _ := ret[0].(client.VolumeRemoveResult)
1749 ret1, _ := ret[1].(error)
1750 return ret0, ret1
1751}
1752
1753// VolumeRemove indicates an expected call of VolumeRemove.
1754func (mr *MockAPIClientMockRecorder) VolumeRemove(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected