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

Method PluginList

pkg/mocks/mock_docker_api.go:1274–1277  ·  view source on GitHub ↗

PluginList indicates an expected call of PluginList.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1272
1273// PluginList indicates an expected call of PluginList.
1274func (mr *MockAPIClientMockRecorder) PluginList(arg0, arg1 any) *gomock.Call {
1275 mr.mock.ctrl.T.Helper()
1276 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginList", reflect.TypeOf((*MockAPIClient)(nil).PluginList), arg0, arg1)
1277}
1278
1279// PluginPush mocks base method.
1280func (m *MockAPIClient) PluginPush(arg0 context.Context, arg1 string, arg2 client.PluginPushOptions) (client.PluginPushResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected