Documentation
¶
Index ¶
- Constants
- Variables
- func Delete(r *http.Request, w http.ResponseWriter, session *sessions.Session) error
- func Get(r *http.Request, key string) (*sessions.Session, error)
- func GetSession(r *http.Request) (*sessions.Session, error)
- func MustSetup(redisUrl string) *redistore.RediStore
- func New(r *http.Request, key string) (*sessions.Session, error)
- func NewSession(r *http.Request) (*sessions.Session, error)
- func Save(r *http.Request, w http.ResponseWriter, session *sessions.Session) error
Constants ¶
View Source
const SessionKey = "session"
Variables ¶
View Source
var Store *redistore.RediStore
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.