Loading Makefile.util.mk +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ mocks-check: mocks fi; # development tools MOCKERY_VERSION ?= 2.33.2 MOCKERY_VERSION ?= 2.53.3 MOCKERY ?= ${CURDIR}/bin/mockery-$(MOCKERY_VERSION) mocks: $(MOCKERY) Loading internal/gitlab/mock_http_client.go +5 −1 Original line number Diff line number Diff line // Code generated by mockery v2.33.2. DO NOT EDIT. // Code generated by mockery v2.53.3. DO NOT EDIT. package gitlab Loading @@ -17,6 +17,10 @@ type MockHTTPClient struct { func (_m *MockHTTPClient) Do(_a0 *http.Request) (*http.Response, error) { ret := _m.Called(_a0) if len(ret) == 0 { panic("no return value specified for Do") } var r0 *http.Response var r1 error if rf, ok := ret.Get(0).(func(*http.Request) (*http.Response, error)); ok { Loading Loading
Makefile.util.mk +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ mocks-check: mocks fi; # development tools MOCKERY_VERSION ?= 2.33.2 MOCKERY_VERSION ?= 2.53.3 MOCKERY ?= ${CURDIR}/bin/mockery-$(MOCKERY_VERSION) mocks: $(MOCKERY) Loading
internal/gitlab/mock_http_client.go +5 −1 Original line number Diff line number Diff line // Code generated by mockery v2.33.2. DO NOT EDIT. // Code generated by mockery v2.53.3. DO NOT EDIT. package gitlab Loading @@ -17,6 +17,10 @@ type MockHTTPClient struct { func (_m *MockHTTPClient) Do(_a0 *http.Request) (*http.Response, error) { ret := _m.Called(_a0) if len(ret) == 0 { panic("no return value specified for Do") } var r0 *http.Response var r1 error if rf, ok := ret.Get(0).(func(*http.Request) (*http.Response, error)); ok { Loading