Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(data SessionData)
func Set ¶
func Set(data SessionData)
Types ¶
type SessionType ¶
type SessionType struct {
Id string
Exists bool
Create func(SessionData)
Get func() SessionData
Try func() SessionData
Set func(SessionData)
Destroy func()
}
func Session ¶
func Session() SessionType
Click to show internal directories.
Click to hide internal directories.