Documentation ¶
Index ¶
- func CreateByGorm()
- func CreateByPgx()
- func CreateByPgxZ()
- func GetAllByGorm()
- func GetAllByPgx()
- func GetAllByPgxZ()
- func GetOneByGorm()
- func GetOneByPgx()
- func GetOneByPgxZ()
- func PageByGorm()
- func PageByPgxZ()
- func UpdateByGorm()
- func UpdateByPgx()
- func UpdateByPgxZ()
- type PageByGormParams
- type UserPageParams
- type UserPageRow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateByGorm ¶
func CreateByGorm()
func CreateByPgx ¶
func CreateByPgx()
func CreateByPgxZ ¶
func CreateByPgxZ()
func GetAllByGorm ¶ added in v0.0.8
func GetAllByGorm()
func GetAllByPgx ¶ added in v0.0.8
func GetAllByPgx()
func GetAllByPgxZ ¶ added in v0.0.8
func GetAllByPgxZ()
func GetOneByGorm ¶
func GetOneByGorm()
func GetOneByPgx ¶
func GetOneByPgx()
func GetOneByPgxZ ¶
func GetOneByPgxZ()
func PageByGorm ¶ added in v0.0.9
func PageByGorm()
func PageByPgxZ ¶ added in v0.0.9
func PageByPgxZ()
func UpdateByGorm ¶
func UpdateByGorm()
func UpdateByPgx ¶
func UpdateByPgx()
func UpdateByPgxZ ¶
func UpdateByPgxZ()
Types ¶
type PageByGormParams ¶ added in v0.0.9
type PageByGormParams struct { pagelib.PageParams DeptId int64 StaffName string }
type UserPageParams ¶ added in v0.0.9
type UserPageParams struct { pgxz.PageParams DeptId int64 StaffName string }
Click to show internal directories.
Click to hide internal directories.