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

Struct sessionStore

pkg/oauth/server.go:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57type sessionStore struct {
58 oauth_store.TransactionalInterface
59}
60
61// Transact implements oauth_store.Interface.
62func (s *sessionStore) Transact(ctx context.Context, f func(ctx context.Context, st session.Store) error) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected