Versions in this module Expand all Collapse all v0 v0.1.25 Dec 22, 2024 v0.1.24 Dec 22, 2024 Changes in this version + func FastGet(urlStr string, requestParam interface{}) ([]byte, error) + type CommentService struct + func GetCommentService() *CommentService + func (svc *CommentService) GetComments(awemeId string, from int, limit int) ([]*entity.Comment, error) + func (svc *CommentService) GetSeqName() string + func (svc *CommentService) NewEntities(data []byte) (interface{}, error) + func (svc *CommentService) NewEntity(data []byte) (interface{}, error)