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

Method PluginSet

pkg/mocks/mock_docker_api.go:1310–1316  ·  view source on GitHub ↗

PluginSet mocks base method.

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

Source from the content-addressed store, hash-verified

1308
1309// PluginSet mocks base method.
1310func (m *MockAPIClient) PluginSet(arg0 context.Context, arg1 string, arg2 client.PluginSetOptions) (client.PluginSetResult, error) {
1311 m.ctrl.T.Helper()
1312 ret := m.ctrl.Call(m, "PluginSet", arg0, arg1, arg2)
1313 ret0, _ := ret[0].(client.PluginSetResult)
1314 ret1, _ := ret[1].(error)
1315 return ret0, ret1
1316}
1317
1318// PluginSet indicates an expected call of PluginSet.
1319func (mr *MockAPIClientMockRecorder) PluginSet(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected