Versions in this module Expand all Collapse all v0 v0.1.0 Dec 3, 2019 Changes in this version + func GetDBWithModel(ctx context.Context, defDB *gorm.DB, m interface{}) *gorm.DB + func GetTablePrefix() string + func SetTablePrefix(prefix string) + func ToString(v interface{}) string + type Model struct + CreatedAt time.Time + DeletedAt *time.Time + ID uint + UpdatedAt time.Time + func (Model) TableName(name string) string