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

Method PluginInstall

pkg/mocks/mock_docker_api.go:1259–1262  ·  view source on GitHub ↗

PluginInstall indicates an expected call of PluginInstall.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1257
1258// PluginInstall indicates an expected call of PluginInstall.
1259func (mr *MockAPIClientMockRecorder) PluginInstall(arg0, arg1, arg2 any) *gomock.Call {
1260 mr.mock.ctrl.T.Helper()
1261 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PluginInstall", reflect.TypeOf((*MockAPIClient)(nil).PluginInstall), arg0, arg1, arg2)
1262}
1263
1264// PluginList mocks base method.
1265func (m *MockAPIClient) PluginList(arg0 context.Context, arg1 client.PluginListOptions) (client.PluginListResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected