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

Method ConfigCreate

pkg/mocks/mock_docker_api.go:149–155  ·  view source on GitHub ↗

ConfigCreate mocks base method.

(arg0 context.Context, arg1 client.ConfigCreateOptions)

Source from the content-addressed store, hash-verified

147
148// ConfigCreate mocks base method.
149func (m *MockAPIClient) ConfigCreate(arg0 context.Context, arg1 client.ConfigCreateOptions) (client.ConfigCreateResult, error) {
150 m.ctrl.T.Helper()
151 ret := m.ctrl.Call(m, "ConfigCreate", arg0, arg1)
152 ret0, _ := ret[0].(client.ConfigCreateResult)
153 ret1, _ := ret[1].(error)
154 return ret0, ret1
155}
156
157// ConfigCreate indicates an expected call of ConfigCreate.
158func (mr *MockAPIClientMockRecorder) ConfigCreate(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected