Documentation
¶
Index ¶
- func CompletePostMeta(in ...models.Post) ([]models.Post, error)
- func GetPost(tx *gorm.DB, id uint, user *uint) (models.Post, error)
- func GetPostByAlias(tx *gorm.DB, alias, area string, user *uint) (models.Post, error)
- func ListPost(tx *gorm.DB, take int, offset int, order any, user *uint) ([]models.Post, error)
- type FeedEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPostByAlias ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.