Documentation ¶
Index ¶
- Constants
- func AddFriend(c *gin.Context)
- func AlipayNotify(c *gin.Context)
- func BindUserPhone(c *gin.Context)
- func ChangeAvatar(c *gin.Context)
- func ChangeNickname(c *gin.Context)
- func ChangeUserPassword(c *gin.Context)
- func ChangeUserStatus(c *gin.Context)
- func CreatePost(c *gin.Context)
- func CreatePostComment(c *gin.Context)
- func CreatePostCommentReply(c *gin.Context)
- func DeleteFriend(c *gin.Context)
- func DeletePost(c *gin.Context)
- func DeletePostComment(c *gin.Context)
- func DeletePostCommentReply(c *gin.Context)
- func DownloadAttachment(c *gin.Context)
- func DownloadAttachmentPrecheck(c *gin.Context)
- func GeneratePath(s string) string
- func GetCaptcha(c *gin.Context)
- func GetContacts(c *gin.Context)
- func GetFileExt(s string) (string, error)
- func GetImageSize(img image.Rectangle) (int, int)
- func GetMessages(c *gin.Context)
- func GetPost(c *gin.Context)
- func GetPostCollection(c *gin.Context)
- func GetPostComments(c *gin.Context)
- func GetPostList(c *gin.Context)
- func GetPostStar(c *gin.Context)
- func GetPostTags(c *gin.Context)
- func GetSuggestTags(c *gin.Context)
- func GetSuggestUsers(c *gin.Context)
- func GetUnreadMsgCount(c *gin.Context)
- func GetUserCollections(c *gin.Context)
- func GetUserInfo(c *gin.Context)
- func GetUserPosts(c *gin.Context)
- func GetUserProfile(c *gin.Context)
- func GetUserRechargeLink(c *gin.Context)
- func GetUserRechargeResult(c *gin.Context)
- func GetUserStars(c *gin.Context)
- func GetUserWalletBills(c *gin.Context)
- func Initialize()
- func LockPost(c *gin.Context)
- func Login(c *gin.Context)
- func PostCaptcha(c *gin.Context)
- func PostCollection(c *gin.Context)
- func PostStar(c *gin.Context)
- func ReadMessage(c *gin.Context)
- func Register(c *gin.Context)
- func RejectFriend(c *gin.Context)
- func RequestingFriend(c *gin.Context)
- func SendUserWhisper(c *gin.Context)
- func StickPost(c *gin.Context)
- func SyncSearchIndex(c *gin.Context)
- func UploadAttachment(c *gin.Context)
- func Version(c *gin.Context)
- func VisiblePost(c *gin.Context)
Constants ¶
View Source
const MAX_PHONE_CAPTCHA = 10
Variables ¶
This section is empty.
Functions ¶
func AlipayNotify ¶
func CreatePost ¶
func CreatePostComment ¶
func CreatePostCommentReply ¶
func DeleteFriend ¶
func DeletePost ¶
func DeletePostComment ¶
func DeletePostCommentReply ¶
func DownloadAttachment ¶
func GeneratePath ¶
func GetCaptcha ¶
func GetContacts ¶
func GetFileExt ¶
func GetMessages ¶
func GetPostCollection ¶
func GetPostComments ¶
func GetPostList ¶
func GetPostStar ¶
func GetPostTags ¶
func GetSuggestTags ¶
func GetSuggestUsers ¶
func GetUnreadMsgCount ¶
func GetUserCollections ¶
func GetUserPosts ¶
func GetUserProfile ¶
func GetUserRechargeLink ¶
func GetUserRechargeResult ¶
func GetUserStars ¶
func GetUserWalletBills ¶
func Initialize ¶
func Initialize()
func PostCaptcha ¶
func PostCollection ¶
func ReadMessage ¶
func RejectFriend ¶
func RequestingFriend ¶
func SendUserWhisper ¶
func SyncSearchIndex ¶
func UploadAttachment ¶
func VisiblePost ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.