Manager wraps a Store and handles the implementation details of the sessions.SessionStore with its use of session tickets
| 13 | // Manager wraps a Store and handles the implementation details of the |
| 14 | // sessions.SessionStore with its use of session tickets |
| 15 | type Manager struct { |
| 16 | Store Store |
| 17 | Options *options.Cookie |
| 18 | } |
| 19 | |
| 20 | // NewManager creates a Manager that can wrap a Store and manage the |
| 21 | // sessions.SessionStore implementation details |
nothing calls this directly
no outgoing calls
no test coverage detected