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

Method PluginPush

pkg/mocks/mock_docker_api.go:1289–1292  ·  view source on GitHub ↗

PluginPush indicates an expected call of PluginPush.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1287
1288// PluginPush indicates an expected call of PluginPush.
1289func (mr *MockAPIClientMockRecorder) PluginPush(arg0, arg1, arg2 any) *gomock.Call {
1290 mr.mock.ctrl.T.Helper()
1291 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginPush", reflect.TypeOf((*MockAPIClient)(nil).PluginPush), arg0, arg1, arg2)
1292}
1293
1294// PluginRemove mocks base method.
1295func (m *MockAPIClient) PluginRemove(arg0 context.Context, arg1 string, arg2 client.PluginRemoveOptions) (client.PluginRemoveResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected