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

Method Create

pkg/mocks/mock_docker_compose_api.go:109–112  ·  view source on GitHub ↗

Create indicates an expected call of Create.

(ctx, project, options any)

Source from the content-addressed store, hash-verified

107
108// Create indicates an expected call of Create.
109func (mr *MockComposeMockRecorder) Create(ctx, project, options any) *gomock.Call {
110 mr.mock.ctrl.T.Helper()
111 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Create", reflect.TypeOf((*MockCompose)(nil).Create), ctx, project, options)
112}
113
114// Down mocks base method.
115func (m *MockCompose) Down(ctx context.Context, projectName string, options api.DownOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected