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

Method PluginPush

pkg/mocks/mock_docker_api.go:1280–1286  ·  view source on GitHub ↗

PluginPush mocks base method.

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

Source from the content-addressed store, hash-verified

1278
1279// PluginPush mocks base method.
1280func (m *MockAPIClient) PluginPush(arg0 context.Context, arg1 string, arg2 client.PluginPushOptions) (client.PluginPushResult, error) {
1281 m.ctrl.T.Helper()
1282 ret := m.ctrl.Call(m, "PluginPush", arg0, arg1, arg2)
1283 ret0, _ := ret[0].(client.PluginPushResult)
1284 ret1, _ := ret[1].(error)
1285 return ret0, ret1
1286}
1287
1288// PluginPush indicates an expected call of PluginPush.
1289func (mr *MockAPIClientMockRecorder) PluginPush(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected