ClientVersion mocks base method.
()
| 119 | |
| 120 | // ClientVersion mocks base method. |
| 121 | func (m *MockAPIClient) ClientVersion() string { |
| 122 | m.ctrl.T.Helper() |
| 123 | ret := m.ctrl.Call(m, "ClientVersion") |
| 124 | ret0, _ := ret[0].(string) |
| 125 | return ret0 |
| 126 | } |
| 127 | |
| 128 | // ClientVersion indicates an expected call of ClientVersion. |
| 129 | func (mr *MockAPIClientMockRecorder) ClientVersion() *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected