Generate mocks base method.
(ctx context.Context, options api.GenerateOptions)
| 170 | |
| 171 | // Generate mocks base method. |
| 172 | func (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. |
| 181 | func (mr *MockComposeMockRecorder) Generate(ctx, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected