Build indicates an expected call of Build.
(ctx, project, options any)
| 65 | |
| 66 | // Build indicates an expected call of Build. |
| 67 | func (mr *MockComposeMockRecorder) Build(ctx, project, options any) *gomock.Call { |
| 68 | mr.mock.ctrl.T.Helper() |
| 69 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Build", reflect.TypeOf((*MockCompose)(nil).Build), ctx, project, options) |
| 70 | } |
| 71 | |
| 72 | // Commit mocks base method. |
| 73 | func (m *MockCompose) Commit(ctx context.Context, projectName string, options api.CommitOptions) error { |
nothing calls this directly
no outgoing calls
no test coverage detected