Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionManager ¶
type SessionManager interface {
// return id and error
Start() (string, Session, error)
Get(id string) (Session, error)
Destroy(id string) error
}
func NewSessionManager ¶
func NewSessionManager() SessionManager
Click to show internal directories.
Click to hide internal directories.