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

Struct Store

pkg/identityserver/bunstore/store.go:151–174  ·  view source on GitHub ↗

Store is the combined store of all the individual stores.

Source from the content-addressed store, hash-verified

149
150// Store is the combined store of all the individual stores.
151type Store struct {
152 TxOptions sql.TxOptions
153
154 *baseStore
155
156 *apiKeyStore
157 *applicationStore
158 *clientStore
159 *contactInfoStore
160 *emailValidationStore
161 *endDeviceStore
162 *entitySearch
163 *euiStore
164 *gatewayStore
165 *invitationStore
166 *loginTokenStore
167 *membershipStore
168 *notificationStore
169 *oauthStore
170 *organizationStore
171 *userBookmarkStore
172 *userSessionStore
173 *userStore
174}
175
176const (
177 initialDelayOnUnavailable = 50 * time.Millisecond

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected