Documentation ¶
Index ¶
- func AfterCreate(post *entity.Post) error
- func AfterDelete(post *entity.Post) error
- func Create(post *entity.Post) error
- func Delete(post *entity.Post) error
- func Get(pid uint64) (*entity.Post, error)
- func GetMap(pids []uint64) (map[uint64]*entity.Post, error)
- func GetUserPostCount(uid uint64) (int32, error)
- func GetUserPostCountMap(uids []uint64) (map[uint64]int32, error)
- func MultiGet(pids []uint64) ([]*entity.Post, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AfterCreate ¶
func AfterDelete ¶
func GetUserPostCount ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.