Get should return a cached session.
(r *http.Request, name string)
| 25 | type Store interface { |
| 26 | // Get should return a cached session. |
| 27 | Get(r *http.Request, name string) (*Session, error) |
| 28 | |
| 29 | // New should create and return a new session. |
| 30 | // |
no outgoing calls
no test coverage detected