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

Method PluginList

pkg/mocks/mock_docker_api.go:1265–1271  ·  view source on GitHub ↗

PluginList mocks base method.

(arg0 context.Context, arg1 client.PluginListOptions)

Source from the content-addressed store, hash-verified

1263
1264// PluginList mocks base method.
1265func (m *MockAPIClient) PluginList(arg0 context.Context, arg1 client.PluginListOptions) (client.PluginListResult, error) {
1266 m.ctrl.T.Helper()
1267 ret := m.ctrl.Call(m, "PluginList", arg0, arg1)
1268 ret0, _ := ret[0].(client.PluginListResult)
1269 ret1, _ := ret[1].(error)
1270 return ret0, ret1
1271}
1272
1273// PluginList indicates an expected call of PluginList.
1274func (mr *MockAPIClientMockRecorder) PluginList(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected