Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2016 Changes in this version + type Provider interface + New func(data map[string]interface{}, minutes uint) (string, error) + Parse func(str string) (map[string]interface{}, error) + ParseFromRequest func(*http.Request) (map[string]interface{}, error) + type RedisProvider struct + Redis *redis.Pool + func (p *RedisProvider) New(data map[string]interface{}, minutes uint) (string, error) + func (p *RedisProvider) Parse(str string) (map[string]interface{}, error) + func (p *RedisProvider) ParseFromRequest(req *http.Request) (map[string]interface{}, error)