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

Method PluginInspect

pkg/mocks/mock_docker_api.go:1235–1241  ·  view source on GitHub ↗

PluginInspect mocks base method.

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

Source from the content-addressed store, hash-verified

1233
1234// PluginInspect mocks base method.
1235func (m *MockAPIClient) PluginInspect(arg0 context.Context, arg1 string, arg2 client.PluginInspectOptions) (client.PluginInspectResult, error) {
1236 m.ctrl.T.Helper()
1237 ret := m.ctrl.Call(m, "PluginInspect", arg0, arg1, arg2)
1238 ret0, _ := ret[0].(client.PluginInspectResult)
1239 ret1, _ := ret[1].(error)
1240 return ret0, ret1
1241}
1242
1243// PluginInspect indicates an expected call of PluginInspect.
1244func (mr *MockAPIClientMockRecorder) PluginInspect(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected