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

Method PluginCreate

pkg/mocks/mock_docker_api.go:1190–1196  ·  view source on GitHub ↗

PluginCreate mocks base method.

(arg0 context.Context, arg1 io.Reader, arg2 client.PluginCreateOptions)

Source from the content-addressed store, hash-verified

1188
1189// PluginCreate mocks base method.
1190func (m *MockAPIClient) PluginCreate(arg0 context.Context, arg1 io.Reader, arg2 client.PluginCreateOptions) (client.PluginCreateResult, error) {
1191 m.ctrl.T.Helper()
1192 ret := m.ctrl.Call(m, "PluginCreate", arg0, arg1, arg2)
1193 ret0, _ := ret[0].(client.PluginCreateResult)
1194 ret1, _ := ret[1].(error)
1195 return ret0, ret1
1196}
1197
1198// PluginCreate indicates an expected call of PluginCreate.
1199func (mr *MockAPIClientMockRecorder) PluginCreate(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected