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

Method ExecCreate

pkg/mocks/mock_docker_api.go:700–706  ·  view source on GitHub ↗

ExecCreate mocks base method.

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

Source from the content-addressed store, hash-verified

698
699// ExecCreate mocks base method.
700func (m *MockAPIClient) ExecCreate(arg0 context.Context, arg1 string, arg2 client.ExecCreateOptions) (client.ExecCreateResult, error) {
701 m.ctrl.T.Helper()
702 ret := m.ctrl.Call(m, "ExecCreate", arg0, arg1, arg2)
703 ret0, _ := ret[0].(client.ExecCreateResult)
704 ret1, _ := ret[1].(error)
705 return ret0, ret1
706}
707
708// ExecCreate indicates an expected call of ExecCreate.
709func (mr *MockAPIClientMockRecorder) ExecCreate(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected