Documentation ¶
Index ¶
- func GroupCreate(db *xorm.Session, groupBO *GroupBO) (int64, error)
- func GroupDelete(db *xorm.Session, id int64) error
- func GroupUpdate(db *xorm.Session, groupBO *GroupBO) error
- func UserCreate(db *xorm.Session, userInfo *User) (int64, error)
- func UserDelete(db *xorm.Session, userId int64) error
- func UserUpdate(db *xorm.Session, userInfo *User) error
- type Group
- type GroupBO
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.