Versions in this module Expand all Collapse all v0 v0.0.1 Dec 9, 2024 Changes in this version + func Init(database *gorm.DB) + func Paginate(page int, pageSize int) func(db *gorm.DB) *gorm.DB + type FormBase struct + CreatedAt time.Time + ID string + UpdatedAt time.Time + type ModelBase struct + CreatedAt time.Time + ID string + UpdatedAt time.Time + func (base *ModelBase) BeforeCreate(db *gorm.DB) error + type Test struct + Name string + func (model *Test) MapToForm() *TestForm + type TestForm struct + Name string + func (form *TestForm) MapToModel() *Test