Documentation
¶
Index ¶
- func PostCommentOfGroupshare_SignatureStr(account_id, share_id, sub_account_id, sub_account_name string, hp, created int, ...) (string, *dtcpv1.ContentCommentPost, error)
- func PostLikeOfGroupshare_SignatureStr(account_id, share_id, sub_account_id, sub_account_name string, hp, created int) (string, *dtcpv1.ContentLikePost, error)
- type GetCommentsGroupshareResponse
- type GetLikesGroupshareResponse
- type GetReplyCommentsResponse
- type GetShareGroupshareResponse
- type GetShareMetadataResponse
- type PostCommentGroupshareResponse
- type PostCommentGroupshareResult
- type PostLikeGroupshareResponse
- type PostLikeGroupshareResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetCommentsGroupshareResponse ¶
type GetCommentsGroupshareResponse struct {}
func GetCommentsOfGroupshare ¶
func GetCommentsOfGroupshare(share_id, account_id string, page, pageSize int) (*GetCommentsGroupshareResponse, error)
type GetLikesGroupshareResponse ¶
type GetLikesGroupshareResponse struct {}
func GetLikesOfGroupshare ¶
func GetLikesOfGroupshare(share_id, account_id string, page, pageSize int) (*GetLikesGroupshareResponse, error)
type GetReplyCommentsResponse ¶
type GetReplyCommentsResponse struct { core.Response Data []dtcpv1.ContentCommentGet `json:"data"` }
func GetReplyComments ¶
func GetReplyComments(comment_id string) (*GetReplyCommentsResponse, error)
type GetShareGroupshareResponse ¶
type GetShareGroupshareResponse struct {}
func GetSharesOfGroupShare ¶
func GetSharesOfGroupShare(share_id, account_id string, page, pageSize int) (*GetShareGroupshareResponse, error)
type GetShareMetadataResponse ¶
type GetShareMetadataResponse struct {}
func GetShareMetadata ¶
func GetShareMetadata(share_id, account_id string) (*GetShareMetadataResponse, error)
type PostCommentGroupshareResponse ¶
type PostCommentGroupshareResponse struct {}
func PostCommentOfGroupshare ¶
func PostCommentOfGroupshare(signature string, preObj *dtcpv1.ContentCommentPost) (*PostCommentGroupshareResponse, error)
type PostCommentGroupshareResult ¶
type PostCommentGroupshareResult struct {}
type PostLikeGroupshareResponse ¶
type PostLikeGroupshareResponse struct {}
func PostLikeOfGroupshare ¶
func PostLikeOfGroupshare(signature string, preObj *dtcpv1.ContentLikePost) (*PostLikeGroupshareResponse, error)
type PostLikeGroupshareResult ¶
type PostLikeGroupshareResult struct {}