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

Method PluginInspect

pkg/mocks/mock_docker_api.go:1244–1247  ·  view source on GitHub ↗

PluginInspect indicates an expected call of PluginInspect.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1242
1243// PluginInspect indicates an expected call of PluginInspect.
1244func (mr *MockAPIClientMockRecorder) PluginInspect(arg0, arg1, arg2 any) *gomock.Call {
1245 mr.mock.ctrl.T.Helper()
1246 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginInspect", reflect.TypeOf((*MockAPIClient)(nil).PluginInspect), arg0, arg1, arg2)
1247}
1248
1249// PluginInstall mocks base method.
1250func (m *MockAPIClient) PluginInstall(arg0 context.Context, arg1 string, arg2 client.PluginInstallOptions) (client.PluginInstallResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected