Images mocks base method.
(ctx context.Context, projectName string, options api.ImagesOptions)
| 185 | |
| 186 | // Images mocks base method. |
| 187 | func (m *MockCompose) Images(ctx context.Context, projectName string, options api.ImagesOptions) (map[string]api.ImageSummary, error) { |
| 188 | m.ctrl.T.Helper() |
| 189 | ret := m.ctrl.Call(m, "Images", ctx, projectName, options) |
| 190 | ret0, _ := ret[0].(map[string]api.ImageSummary) |
| 191 | ret1, _ := ret[1].(error) |
| 192 | return ret0, ret1 |
| 193 | } |
| 194 | |
| 195 | // Images indicates an expected call of Images. |
| 196 | func (mr *MockComposeMockRecorder) Images(ctx, projectName, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected