| 65 | } |
| 66 | |
| 67 | type mockStore struct { |
| 68 | store.UserStore |
| 69 | store.UserSessionStore |
| 70 | store.ClientStore |
| 71 | store.OAuthStore |
| 72 | |
| 73 | mockStoreContents |
| 74 | } |
| 75 | |
| 76 | func (s *mockStore) reset() { |
| 77 | s.mockStoreContents = mockStoreContents{} |
nothing calls this directly
no outgoing calls
no test coverage detected