Documentation ¶
Index ¶
- func Filters(where interface{}) func(db *gorm.DB) *gorm.DB
- func Ilike(key, value string) func(db *gorm.DB) *gorm.DB
- func Like(key, value string) func(db *gorm.DB) *gorm.DB
- func OnlyTrashed(res bool) func(db *gorm.DB) *gorm.DB
- func Order(str string) func(db *gorm.DB) *gorm.DB
- func Paginate(pageSize, currentPage int) func(db *gorm.DB) *gorm.DB
- func Where(key, conditions string, value interface{}) func(db *gorm.DB) *gorm.DB
- func WhereIn(key string, value interface{}) func(db *gorm.DB) *gorm.DB
- type Json
- type Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.