Documentation ¶
Overview ¶
Code generated by goctl. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddFriendRequest ¶
type AddFriendRequest struct {
UserId int64 `json:"user_id"`
}
type AddFriendResponse ¶
type AddFriendResponse struct { }
type GroupUserListRequest ¶
type GroupUserListRequest struct {
GroupId string `json:"groupId"`
}
type GroupUserListResponse ¶
type GroupUserListResponse struct {
List []int64 `json:"list"`
}
type HandleFriendRequest ¶
type HandleFriendResponse ¶
type HandleFriendResponse struct {
GroupId string `json:"groupId"`
}
type MessageGroupInfo ¶
type MessageGroupInfoListRequest ¶
type MessageGroupInfoListRequest struct { }
type MessageGroupInfoListResponse ¶
type MessageGroupInfoListResponse struct {
List []*MessageGroupInfo `json:"list"`
}
Click to show internal directories.
Click to hide internal directories.