Documentation
¶
Overview ¶
Code generated by goctl. DO NOT EDIT.
Index ¶
- type Friend
- type FriendListReq
- type FriendListResp
- type FriendPutInHandleReq
- type FriendPutInHandleResp
- type FriendPutInListReq
- type FriendPutInListResp
- type FriendPutInReq
- type FriendPutInResp
- type FriendRequest
- type Group
- type GroupCreateReq
- type GroupCreateResp
- type GroupListRep
- type GroupListResp
- type GroupMember
- type GroupPutInHandleRep
- type GroupPutInHandleResp
- type GroupPutInListRep
- type GroupPutInListResp
- type GroupPutInRep
- type GroupPutInResp
- type GroupRequest
- type GroupUserListReq
- type GroupUserListResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FriendListReq ¶
type FriendListReq struct { }
type FriendListResp ¶
type FriendListResp struct {
List []*Friend `json:"list"`
}
type FriendPutInHandleReq ¶
type FriendPutInHandleResp ¶
type FriendPutInHandleResp struct { }
type FriendPutInListReq ¶
type FriendPutInListReq struct { }
type FriendPutInListResp ¶
type FriendPutInListResp struct {
List []*FriendRequest `json:"list"`
}
type FriendPutInReq ¶
type FriendPutInResp ¶
type FriendPutInResp struct { }
type FriendRequest ¶
type FriendRequest struct { Id int64 `json:"id,omitempty"` UserId string `json:"user_id,omitempty"` ReqUid string `json:"req_uid,omitempty"` ReqMsg string `json:"req_msg,omitempty"` ReqTime int64 `json:"req_time,omitempty"` HandleResult int `json:"handle_result,omitempty"` HandleMsg string `json:"handle_msg,omitempty"` }
type Group ¶
type Group struct { Id string `json:"id,omitempty"` Name string `json:"name,omitempty"` Icon string `json:"icon,omitempty"` Status int64 `json:"status,omitempty"` GroupType int64 `json:"group_type,omitempty"` IsVerify bool `json:"is_verify,omitempty"` Notification string `json:"notification,omitempty"` NotificationUid string `json:"notification_uid,omitempty"` }
type GroupCreateReq ¶
type GroupCreateResp ¶
type GroupCreateResp struct { }
type GroupListRep ¶
type GroupListRep struct { }
type GroupListResp ¶
type GroupListResp struct {
List []*Group `json:"list,omitempty"`
}
type GroupMember ¶
type GroupMember struct { Id int64 `json:"id,omitempty"` GroupId string `json:"group_id,omitempty"` UserId string `json:"user_id,omitempty"` Nickname string `json:"nickname,omitempty"` UserAvatarUrl string `json:"user_avatar_url,omitempty"` RoleLevel int `json:"role_level,omitempty"` InviterUid string `json:"inviter_uid,omitempty"` OperatorUid string `json:"operator_uid,omitempty"` }
type GroupPutInHandleRep ¶
type GroupPutInHandleResp ¶
type GroupPutInHandleResp struct { }
type GroupPutInListRep ¶
type GroupPutInListRep struct {
GroupId string `json:"group_id,omitempty"`
}
type GroupPutInListResp ¶
type GroupPutInListResp struct {
List []*GroupRequest `json:"list,omitempty"`
}
type GroupPutInRep ¶
type GroupPutInResp ¶
type GroupPutInResp struct { }
type GroupRequest ¶
type GroupRequest struct { Id int64 `json:"id,omitempty"` UserId string `json:"user_id,omitempty"` GroupId string `json:"group_id,omitempty"` ReqMsg string `json:"req_msg,omitempty"` ReqTime int64 `json:"req_time,omitempty"` JoinSource int64 `json:"join_source,omitempty"` InviterUserId string `json:"inviter_user_id,omitempty"` HandleUserId string `json:"handle_user_id,omitempty"` HandleTime int64 `json:"handle_time,omitempty"` HandleResult int64 `json:"handle_result,omitempty"` }
type GroupUserListReq ¶
type GroupUserListReq struct {
GroupId string `json:"group_id,omitempty"`
}
type GroupUserListResp ¶
type GroupUserListResp struct {
List []*GroupMember `json:"List,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.