Documentation
¶
Index ¶
Constants ¶
View Source
const (
MaxInfoIdsLen = 9999999999
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseRepo ¶
type BaseRepo interface {
LoadAllWhere(where map[string]map[string]interface{}, m *gorm.DB) *gorm.DB
LoadWhereAnd(where map[string]interface{}, m *gorm.DB) *gorm.DB
LoadWhereOr(where map[string]interface{}, m *gorm.DB) *gorm.DB
GetDB() *gorm.DB
GetPdb() *gorm.DB
GetRdb() *redis.Client
BatchInsert(tableName string, fields []string, data []map[string]interface{})
}
Click to show internal directories.
Click to hide internal directories.