ContextStore mocks base method.
()
| 92 | |
| 93 | // ContextStore mocks base method. |
| 94 | func (m *MockCli) ContextStore() store.Store { |
| 95 | m.ctrl.T.Helper() |
| 96 | ret := m.ctrl.Call(m, "ContextStore") |
| 97 | ret0, _ := ret[0].(store.Store) |
| 98 | return ret0 |
| 99 | } |
| 100 | |
| 101 | // ContextStore indicates an expected call of ContextStore. |
| 102 | func (mr *MockCliMockRecorder) ContextStore() *gomock.Call { |
no outgoing calls
no test coverage detected