Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Sessions []Session
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct{}
func NewSession ¶
func NewSession() *Session
func (*Session) AddNewSession ¶
func (*Session) RemoveSession ¶
func (*Session) ViewSession ¶
type SessionManager ¶
type SessionManager struct {
Sessions []*Session
}
func (*SessionManager) ListPermanentSessions ¶
func (sm *SessionManager) ListPermanentSessions() *Sessions
func (*SessionManager) ListSessions ¶
func (sm *SessionManager) ListSessions() *Sessions
Click to show internal directories.
Click to hide internal directories.