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

Method Transact

pkg/account/session/session.go:56–56  ·  view source on GitHub ↗

Transact runs a transaction using the store.

(context.Context, func(context.Context, Store) error)

Source from the content-addressed store, hash-verified

54
55 // Transact runs a transaction using the store.
56 Transact(context.Context, func(context.Context, Store) error) error
57}
58
59func (s *Session) authCookie() *cookie.Cookie {

Callers 15

GetClientMethod · 0.65
SaveAuthorizeMethod · 0.65
LoadAuthorizeMethod · 0.65
RemoveAuthorizeMethod · 0.65
SaveAccessMethod · 0.65
loadAccessMethod · 0.65
RemoveAccessMethod · 0.65
LoadRefreshMethod · 0.65
RemoveRefreshMethod · 0.65
TransactMethod · 0.65
ClientLogoutMethod · 0.65
getRightsMethod · 0.65

Implementers 7

sessionStorepkg/oauth/server.go
mockStorepkg/oauth/store_utils_test.go
accountAppStorepkg/identityserver/identityserver.go
oauthAppStorepkg/identityserver/identityserver.go
Storepkg/identityserver/bunstore/store.go
sessionStorepkg/account/server.go
mockStorepkg/account/store_utils_test.go

Calls

no outgoing calls

Tested by 1

TestUserSessionsRegistryFunction · 0.52