Commit mocks base method.
(ctx context.Context, projectName string, options api.CommitOptions)
| 71 | |
| 72 | // Commit mocks base method. |
| 73 | func (m *MockCompose) Commit(ctx context.Context, projectName string, options api.CommitOptions) error { |
| 74 | m.ctrl.T.Helper() |
| 75 | ret := m.ctrl.Call(m, "Commit", ctx, projectName, options) |
| 76 | ret0, _ := ret[0].(error) |
| 77 | return ret0 |
| 78 | } |
| 79 | |
| 80 | // Commit indicates an expected call of Commit. |
| 81 | func (mr *MockComposeMockRecorder) Commit(ctx, projectName, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected