Files
2026-06-20 11:07:01 -04:00

7 lines
192 B
Go

package models
// TODO: Add database models for post service
// Example models:
// - Post model for blog posts
// - Comment model for post comments
// - Category model for post categorization