Documentation
¶
Index ¶
- func CreatePost(ctx context.Context, post *modelPost.Post) error
- func DeletePostById(ctx context.Context, postId string) error
- func GetPost(ctx context.Context, f *db.Filter) (post *modelPost.Post, err error)
- func SearchPost(ctx context.Context, offset, limit int) (list []*modelPost.Post, err error)
- func UpdatePost(ctx context.Context, post *modelPost.Post) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SearchPost ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.