书籍列表接口新增参数
This commit is contained in:
@ -16,8 +16,6 @@ type (
|
||||
List(ctx context.Context, in *model.UserFollowAuthorListIn) (out *model.UserFollowAuthorListOut, err error)
|
||||
// Create adds a new user follow author
|
||||
Create(ctx context.Context, in *model.UserFollowAuthorAddIn) (out *model.UserFollowAuthorCRUDOut, err error)
|
||||
// Delete removes a user follow author by id
|
||||
Delete(ctx context.Context, in *model.UserFollowAuthorDelIn) (out *model.UserFollowAuthorCRUDOut, err error)
|
||||
// Unfollow removes a user follow author by userId and authorId
|
||||
Unfollow(ctx context.Context, userId int64, authorId int64) (out *model.UserFollowAuthorCRUDOut, err error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user