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