ImagePush mocks base method.
(arg0 context.Context, arg1 string, arg2 client.ImagePushOptions)
| 913 | |
| 914 | // ImagePush mocks base method. |
| 915 | func (m *MockAPIClient) ImagePush(arg0 context.Context, arg1 string, arg2 client.ImagePushOptions) (client.ImagePushResponse, error) { |
| 916 | m.ctrl.T.Helper() |
| 917 | ret := m.ctrl.Call(m, "ImagePush", arg0, arg1, arg2) |
| 918 | ret0, _ := ret[0].(client.ImagePushResponse) |
| 919 | ret1, _ := ret[1].(error) |
| 920 | return ret0, ret1 |
| 921 | } |
| 922 | |
| 923 | // ImagePush indicates an expected call of ImagePush. |
| 924 | func (mr *MockAPIClientMockRecorder) ImagePush(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected