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

Struct accountAppStore

pkg/identityserver/identityserver.go:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126type accountAppStore struct {
127 store.TransactionalStore
128}
129
130// Transact implements account_store.Interface.
131func (as *accountAppStore) Transact(ctx context.Context, f func(context.Context, account_store.Interface) error) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected