package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Aug 8, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func InitCasdoorAdapter()
Adapter represents the MySQL adapter for policy storage.
NewAdapter is the constructor for Adapter.
type Session struct {
SessionKey string `xorm:"char(64) notnull pk"`
SessionData []uint8 `xorm:"blob"`
SessionExpiry int `xorm:"notnull"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.