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

Method PluginRemove

pkg/mocks/mock_docker_api.go:1304–1307  ·  view source on GitHub ↗

PluginRemove indicates an expected call of PluginRemove.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1302
1303// PluginRemove indicates an expected call of PluginRemove.
1304func (mr *MockAPIClientMockRecorder) PluginRemove(arg0, arg1, arg2 any) *gomock.Call {
1305 mr.mock.ctrl.T.Helper()
1306 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginRemove", reflect.TypeOf((*MockAPIClient)(nil).PluginRemove), arg0, arg1, arg2)
1307}
1308
1309// PluginSet mocks base method.
1310func (m *MockAPIClient) PluginSet(arg0 context.Context, arg1 string, arg2 client.PluginSetOptions) (client.PluginSetResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected