Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionPool ¶
type SessionPool struct {
// contains filtered or unexported fields
}
func NewSessionPool ¶
func NewSessionPool() *SessionPool
func (*SessionPool) GetSession ¶
func (p *SessionPool) GetSession(id int64) (*Sessions, error)
func (*SessionPool) SetSession ¶
func (p *SessionPool) SetSession(id int64, session *Sessions)
Click to show internal directories.
Click to hide internal directories.