Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Category ¶
type Category struct { ID int32 `db:"id"` Title string `db:"title"` Slug string `db:"slug"` Content string `db:"content"` CreatedAt int32 `db:"created_at"` UpdatedAt int32 `db:"updated_at"` }
func GetAllCategories ¶
GetAllCategories func
func GetPostCategories ¶
GetPostCategories func
type PostCategory ¶
Click to show internal directories.
Click to hide internal directories.