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