Versions in this module Expand all Collapse all v1 v1.3.0 Aug 8, 2025 v1.1.0 Mar 26, 2025 Changes in this version + type Category struct + CreatedAt time.Time + Description string + ID int + Name string + ParentID *int + UpdatedAt time.Time + type Product struct + CategoryID int + CreatedAt time.Time + Description string + ID int + Name string + Price float64 + Stock int + UpdatedAt time.Time