Documentation
¶
Index ¶
- type Base
- func (Base) Callback(c *gin.Context)
- func (Base) GetAvatar(c *gin.Context)
- func (Base) GetBlogImg(c *gin.Context)
- func (Base) GetGroupAvatar(c *gin.Context)
- func (Base) GetRegisterCode(c *gin.Context)
- func (Base) GetTodolistImg(c *gin.Context)
- func (Base) GetVerificationCode(c *gin.Context)
- func (Base) LoginByCode(c *gin.Context)
- func (Base) LoginByGithub(c *gin.Context)
- func (Base) LoginByPassword(c *gin.Context)
- func (Base) Register(c *gin.Context)
- func (Base) VerifyToken(c *gin.Context)
- type Blog
- func (Blog) Add(c *gin.Context)
- func (Blog) AddView(c *gin.Context)
- func (Blog) CancelFavorite(c *gin.Context)
- func (Blog) CancelLike(c *gin.Context)
- func (Blog) Delete(c *gin.Context)
- func (Blog) Edit(c *gin.Context)
- func (Blog) Favorite(c *gin.Context)
- func (Blog) GetById(c *gin.Context)
- func (Blog) GetById2(c *gin.Context)
- func (Blog) GetFavoritePostList(c *gin.Context)
- func (Blog) GetFavoritesCount(c *gin.Context)
- func (Blog) GetFavoritesTotalCount(c *gin.Context)
- func (Blog) GetLikesCount(c *gin.Context)
- func (Blog) GetListTotalCount(c *gin.Context)
- func (Blog) GetMyListTotalCount(c *gin.Context)
- func (Blog) IsFavorite(c *gin.Context)
- func (Blog) IsLike(c *gin.Context)
- func (Blog) Like(c *gin.Context)
- func (Blog) List(c *gin.Context)
- func (Blog) MyList(c *gin.Context)
- func (Blog) ToPrivate(c *gin.Context)
- func (Blog) ToPublic(c *gin.Context)
- func (Blog) UploadImg(c *gin.Context)
- type ChartData
- type Chatroom
- func (Chatroom) AddFriend(c *gin.Context)
- func (Chatroom) AddFriendRequest(c *gin.Context)
- func (Chatroom) AddGroup(c *gin.Context)
- func (Chatroom) BelongGroupUserList(c *gin.Context)
- func (Chatroom) BelongUserGroupList(c *gin.Context)
- func (Chatroom) DeleteFriend(c *gin.Context)
- func (Chatroom) DeleteGroup(c *gin.Context)
- func (Chatroom) DeleteMember(c *gin.Context)
- func (Chatroom) EnterGroup(c *gin.Context)
- func (Chatroom) EnterGroupRequest(c *gin.Context)
- func (Chatroom) GetFriendList(c *gin.Context)
- func (Chatroom) GetGroupById(c *gin.Context)
- func (Chatroom) GetGroupMessage(c *gin.Context)
- func (Chatroom) GetMessage(c *gin.Context)
- func (Chatroom) GetRequestList(c *gin.Context)
- func (Chatroom) HandleRequest(c *gin.Context)
- func (Chatroom) IsFriend(c *gin.Context)
- func (Chatroom) IsGroupExist(c *gin.Context)
- func (Chatroom) IsInGroup(c *gin.Context)
- func (Chatroom) IsOnline(c *gin.Context)
- func (Chatroom) ModifyGroupName(c *gin.Context)
- func (Chatroom) SendGroupMessage(c *gin.Context)
- func (Chatroom) SendMessage(c *gin.Context)
- func (Chatroom) UploadAvatar(c *gin.Context)
- type DailyData
- type DeleteDTO
- type Game
- type IdDTO
- type ListDTO
- type Music
- type Page
- type RequestTemp
- type SpecialGroupMessage
- type SpecialMessage
- type Statistic
- func (Statistic) GetChartDauData(c *gin.Context)
- func (Statistic) GetChartMessageData(c *gin.Context)
- func (Statistic) GetChartTodolistData(c *gin.Context)
- func (Statistic) GetDailyDauData(c *gin.Context)
- func (Statistic) GetDailyMessageData(c *gin.Context)
- func (Statistic) GetDailyTodolistData(c *gin.Context)
- type TodoList
- type TokenVerify
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct{}
func (Base) GetBlogImg ¶
func (Base) GetGroupAvatar ¶
func (Base) GetRegisterCode ¶
func (Base) GetTodolistImg ¶
func (Base) GetVerificationCode ¶
func (Base) LoginByCode ¶
func (Base) LoginByPassword ¶
func (Base) VerifyToken ¶
type Blog ¶
type Blog struct{}
func (Blog) CancelFavorite ¶
func (Blog) CancelLike ¶
func (Blog) GetFavoritePostList ¶
func (Blog) GetFavoritesCount ¶
func (Blog) GetFavoritesTotalCount ¶
func (Blog) GetLikesCount ¶
func (Blog) GetListTotalCount ¶
func (Blog) GetMyListTotalCount ¶
func (Blog) IsFavorite ¶
type Chatroom ¶
type Chatroom struct{}
func NewChatroom ¶
func NewChatroom() Chatroom
func (Chatroom) AddFriendRequest ¶
func (Chatroom) BelongGroupUserList ¶
func (Chatroom) BelongUserGroupList ¶
func (Chatroom) DeleteFriend ¶
func (Chatroom) DeleteGroup ¶
func (Chatroom) DeleteMember ¶
func (Chatroom) EnterGroup ¶
func (Chatroom) EnterGroupRequest ¶
func (Chatroom) GetFriendList ¶
func (Chatroom) GetGroupById ¶
func (Chatroom) GetGroupMessage ¶
func (Chatroom) GetMessage ¶
func (Chatroom) GetRequestList ¶
func (Chatroom) HandleRequest ¶
func (Chatroom) IsGroupExist ¶
func (Chatroom) ModifyGroupName ¶
func (Chatroom) SendGroupMessage ¶
func (Chatroom) SendMessage ¶
func (Chatroom) UploadAvatar ¶
type Music ¶
type Music struct{}
func (Music) CancelFavorite ¶
func (Music) FavoriteList ¶
func (Music) ListByFavorite ¶
type RequestTemp ¶
type SpecialGroupMessage ¶
type SpecialMessage ¶
type Statistic ¶
type Statistic struct{}
func NewStatistic ¶
func NewStatistic() Statistic
func (Statistic) GetChartDauData ¶
func (Statistic) GetChartMessageData ¶
func (Statistic) GetChartTodolistData ¶
func (Statistic) GetDailyDauData ¶
func (Statistic) GetDailyMessageData ¶
func (Statistic) GetDailyTodolistData ¶
type TokenVerify ¶
type TokenVerify struct {
Token string `json:"token"`
}
type User ¶
type User struct{}
func (User) ModifyEmail ¶
func (User) ModifyPassword ¶
func (User) ModifyPath ¶
func (User) ModifyUsername ¶
func (User) UploadAvatar ¶
Click to show internal directories.
Click to hide internal directories.