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

Method PluginRemove

pkg/mocks/mock_docker_api.go:1295–1301  ·  view source on GitHub ↗

PluginRemove mocks base method.

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

Source from the content-addressed store, hash-verified

1293
1294// PluginRemove mocks base method.
1295func (m *MockAPIClient) PluginRemove(arg0 context.Context, arg1 string, arg2 client.PluginRemoveOptions) (client.PluginRemoveResult, error) {
1296 m.ctrl.T.Helper()
1297 ret := m.ctrl.Call(m, "PluginRemove", arg0, arg1, arg2)
1298 ret0, _ := ret[0].(client.PluginRemoveResult)
1299 ret1, _ := ret[1].(error)
1300 return ret0, ret1
1301}
1302
1303// PluginRemove indicates an expected call of PluginRemove.
1304func (mr *MockAPIClientMockRecorder) PluginRemove(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected