Documentation ¶
Index ¶
Constants ¶
View Source
const ( QuestionVoteUp = "question.vote_up" QuestionVoteDown = "question.vote_down" AnswerVoteUp = "answer.vote_up" AnswerVoteDown = "answer.vote_down" CommentVoteUp = "comment.vote_up" CommentVoteDown = "comment.vote_down" )
Variables ¶
View Source
var ( ActivityTypeList = []string{ QuestionVoteUp, QuestionVoteDown, AnswerVoteUp, AnswerVoteDown, CommentVoteUp, CommentVoteDown, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.