Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentActionService ¶
type CommentActionService struct {
// contains filtered or unexported fields
}
func NewCommentActionService ¶
func NewCommentActionService(ctx context.Context) *CommentActionService
NewCommentActionService new CommentActionService
func (*CommentActionService) CommentAction ¶
func (s *CommentActionService) CommentAction(req *comment.DouyinCommentActionRequest) error
CommentActionService action comment.
type CommentListService ¶
type CommentListService struct {
// contains filtered or unexported fields
}
func NewCommentListService ¶
func NewCommentListService(ctx context.Context) *CommentListService
NewCommentActionService new CommentActionService
func (*CommentListService) CommentList ¶
func (s *CommentListService) CommentList(req *comment.DouyinCommentListRequest, fromID int64) ([]*comment.Comment, error)
CommentList return comment list
Click to show internal directories.
Click to hide internal directories.