Documentation ¶ Index ¶ func OrdersScope(orders []dboptions.Order) func(query *gorm.DB) *gorm.DB func PaginationScope(pagination dboptions.Pagination) func(query *gorm.DB) *gorm.DB func SelectScope(fields []string) func(query *gorm.DB) *gorm.DB func WithOptions(db *gorm.DB, opts *dboptions.Options) *gorm.DB Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func OrdersScope ¶ func OrdersScope(orders []dboptions.Order) func(query *gorm.DB) *gorm.DB func PaginationScope ¶ func PaginationScope(pagination dboptions.Pagination) func(query *gorm.DB) *gorm.DB func SelectScope ¶ func SelectScope(fields []string) func(query *gorm.DB) *gorm.DB func WithOptions ¶ func WithOptions(db *gorm.DB, opts *dboptions.Options) *gorm.DB Types ¶ This section is empty. Source Files ¶ View all Source files functions.go Click to show internal directories. Click to hide internal directories.