MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / mockStore

Struct mockStore

pkg/oauth/store_utils_test.go:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67type mockStore struct {
68 store.UserStore
69 store.UserSessionStore
70 store.ClientStore
71 store.OAuthStore
72
73 mockStoreContents
74}
75
76func (s *mockStore) reset() {
77 s.mockStoreContents = mockStoreContents{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected