Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Control ¶
type Control struct { SessionDataMap map[string]SessionData // contains filtered or unexported fields }
func (*Control) Create ¶
func (c *Control) Create() (string, *SessionData)
func (*Control) RemoveExpired ¶
func (c *Control) RemoveExpired()
func (*Control) Save ¶
func (c *Control) Save(w http.ResponseWriter, id string, sessionData *SessionData)
type SessionData ¶
Click to show internal directories.
Click to hide internal directories.