feat: delete news, tag, and category
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package categorydomain
|
||||
|
||||
import "time"
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type Category struct {
|
||||
ID string `json:"id" gorm:"primaryKey"`
|
||||
|
||||
Reference in New Issue
Block a user