Versions in this module Expand all Collapse all v1 v1.1.0 Feb 27, 2017 v1.0.0 Jun 29, 2016 Changes in this version + func InitRedisService(c *RedisConfig) + func Login(r *http.Request, w http.ResponseWriter, u *User) error + func Logout(r *http.Request, w http.ResponseWriter) error + type RedisConfig struct + Secure bool + type Service interface + GetUser func(r *http.Request) (*User, error) + Login func(r *http.Request, w http.ResponseWriter, u *User) error + Logout func(r *http.Request, w http.ResponseWriter) error + type User struct + Email string + FirstName string + LastName string + Username string + func GetUser(r *http.Request) (*User, error) Incompatible versions in this module v2.0.0+incompatible Feb 27, 2017