Documentation ¶
Index ¶
- Variables
- func Distance(point string, dist uint32) func(db *gorm.DB) *gorm.DB
- func Like(column, pattern string) func(*gorm.DB) *gorm.DB
- func NewMysql(config *store.Config) store.Store
- func Page(page, lmt uint32) func(db *gorm.DB) *gorm.DB
- func RegisterPlugins(db *gorm.DB, plugins map[string]plugins.Config)
- func Timezome(tz map[string]int64, field string, format ...string) func(db *gorm.DB) *gorm.DB
- type Mysql
Constants ¶
This section is empty.
Variables ¶
View Source
var PluginsMap = map[string]func(db *gorm.DB, config plugins.Config){ "tagfile": tagfile.Register, "unmarshaler": unmarshaler.Register, }
Functions ¶
func RegisterPlugins ¶ added in v0.0.5
Types ¶
Click to show internal directories.
Click to hide internal directories.