Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{}
View Source
var GlobalSessionCache = buildSessionCache()
Functions ¶
func SetupTracing ¶
func SetupTracing()
Types ¶
type SessionCache ¶
type SessionCache struct {
// contains filtered or unexported fields
}
func (*SessionCache) SessionValid ¶
func (s *SessionCache) SessionValid(key string) (bool, string)
func (*SessionCache) SetSession ¶
func (s *SessionCache) SetSession(key, ID string, duration time.Duration)
type SessionRow ¶
func (*SessionRow) Expired ¶
func (s *SessionRow) Expired() bool
Click to show internal directories.
Click to hide internal directories.