Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XORMSession ¶
type XORMSession struct { Token string `xorm:"pk 'token'"` Data []byte `xorm:"data"` Expiry time.Time `xorm:"expiry"` }
func (XORMSession) TableName ¶
func (XORMSession) TableName() string
type XORMStore ¶
type XORMStore struct {
// contains filtered or unexported fields
}
func NewWithCleanupInterval ¶
func (*XORMStore) StopCleanup ¶
func (p *XORMStore) StopCleanup()
Click to show internal directories.
Click to hide internal directories.