Versions in this module Expand all Collapse all v0 v0.0.3 Feb 18, 2022 Changes in this version + type BaseModel struct + CreatedAt time.Time + DeletedAt *gorm.DeletedAt + ID uint + UpdatedAt time.Time + type DelIds struct + Ids []uint + type PageInfo struct + IsNotPaging bool + PageNum int64 + PageSize int64 + Total int64 + func (s *PageInfo) GetLimit() (int, int)