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

Method Generate

pkg/mocks/mock_docker_compose_api.go:172–178  ·  view source on GitHub ↗

Generate mocks base method.

(ctx context.Context, options api.GenerateOptions)

Source from the content-addressed store, hash-verified

170
171// Generate mocks base method.
172func (m *MockCompose) Generate(ctx context.Context, options api.GenerateOptions) (*types.Project, error) {
173 m.ctrl.T.Helper()
174 ret := m.ctrl.Call(m, "Generate", ctx, options)
175 ret0, _ := ret[0].(*types.Project)
176 ret1, _ := ret[1].(error)
177 return ret0, ret1
178}
179
180// Generate indicates an expected call of Generate.
181func (mr *MockComposeMockRecorder) Generate(ctx, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected