I am batman
This commit is contained in:
7
services/post-service/internal/models/models.go
Normal file
7
services/post-service/internal/models/models.go
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user