ImageSave mocks base method.
(arg0 context.Context, arg1 []string, arg2 ...client.ImageSaveOption)
| 943 | |
| 944 | // ImageSave mocks base method. |
| 945 | func (m *MockAPIClient) ImageSave(arg0 context.Context, arg1 []string, arg2 ...client.ImageSaveOption) (client.ImageSaveResult, error) { |
| 946 | m.ctrl.T.Helper() |
| 947 | varargs := []any{arg0, arg1} |
| 948 | for _, a := range arg2 { |
| 949 | varargs = append(varargs, a) |
| 950 | } |
| 951 | ret := m.ctrl.Call(m, "ImageSave", varargs...) |
| 952 | ret0, _ := ret[0].(client.ImageSaveResult) |
| 953 | ret1, _ := ret[1].(error) |
| 954 | return ret0, ret1 |
| 955 | } |
| 956 | |
| 957 | // ImageSave indicates an expected call of ImageSave. |
| 958 | func (mr *MockAPIClientMockRecorder) ImageSave(arg0, arg1 any, arg2 ...any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected