Documentation ¶
Index ¶
- type Cookier
- type Session
- func (s *Session) CreateSessionID() string
- func (s *Session) Del(key string) bool
- func (s *Session) FlushDB() bool
- func (s *Session) Get(key string, value interface{}) bool
- func (s *Session) Name(key string) string
- func (s *Session) SessionID() string
- func (s *Session) SessionKey() string
- func (s *Session) Set(key string, value interface{}) bool
- func (s *Session) Start() bool
- type SessionConfig
- type Sessioner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cookier ¶
type Cookier interface { SetCookies(name, value string, maxAge int, path, domain string, secure, httpOnly bool) SetCookie(name, value string) Cookie(name string) *lib.Data SetCookieByExpire(name, value string, expire int) }
Cookier
Click to show internal directories.
Click to hide internal directories.