Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
Types ¶
type CommentRef ¶
type FollowupCommentReq ¶
type FollowupCommentReq struct { BaseReq rest.BaseReq `json:"base_req"` Token string `json:"token"` Donation string `json:"donation"` Title string `json:"title"` Content string `json:"content"` ContentType int8 `json:"content_type"` IDRewarded string `json:"id_rewarded"` RewardTarget string `json:"reward_target"` RewardToken string `json:"reward_token"` RewardAmount string `json:"reward_amount"` Attitudes []int32 `json:"attitudes"` }
type NewThreadReq ¶
type RewardCommentsReq ¶
type RewardCommentsReq struct { BaseReq rest.BaseReq `json:"base_req"` Token string `json:"token"` References []CommentRef `json:"references"` }
Click to show internal directories.
Click to hide internal directories.