Versions in this module Expand all Collapse all v1 v1.2.2 Oct 27, 2024 Changes in this version type Type + BackgroundColor string + TextColor string v1.2.0 May 1, 2024 v1.1.0 Mar 7, 2024 Changes in this version + type Category struct + CreatedAt time.Time + ID uint + Name string + UpdatedAt time.Time + func (Category) TableName() string + type Fasting struct + Category Category + CategoryID uint + CreatedAt time.Time + Date datatypes.Date + Day uint32 + ID uint + Month uint32 + Type Type + TypeID uint + UpdatedAt time.Time + Year uint32 + func (Fasting) TableName() string + type Source struct + CreatedAt time.Time + ID uint + UpdatedAt time.Time + Url string + func (Source) TableName() string + type Type struct + CreatedAt time.Time + Description string + ID uint + Name string + UpdatedAt time.Time + func (Type) TableName() string