Documentation ¶
Index ¶
- Variables
- type UserInfo
- func (*UserInfo) Descriptor() ([]byte, []int)deprecated
- func (x *UserInfo) GetAppMangerLevel() int32
- func (x *UserInfo) GetCreateTime() int64
- func (x *UserInfo) GetEx() string
- func (x *UserInfo) GetFaceURL() string
- func (x *UserInfo) GetGlobalRecvMsgOpt() int32
- func (x *UserInfo) GetLanguage() string
- func (x *UserInfo) GetNickname() string
- func (x *UserInfo) GetUserID() string
- func (x *UserInfo) GetUserType() string
- func (*UserInfo) ProtoMessage()
- func (x *UserInfo) ProtoReflect() protoreflect.Message
- func (x *UserInfo) Reset()
- func (x *UserInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_sdkws_sdkws_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type UserInfo ¶
type UserInfo struct { UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"` Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` FaceURL string `protobuf:"bytes,3,opt,name=faceURL,proto3" json:"faceURL"` Ex string `protobuf:"bytes,4,opt,name=ex,proto3" json:"ex"` CreateTime int64 `protobuf:"varint,5,opt,name=createTime,proto3" json:"createTime"` AppMangerLevel int32 `protobuf:"varint,6,opt,name=appMangerLevel,proto3" json:"appMangerLevel"` GlobalRecvMsgOpt int32 `protobuf:"varint,7,opt,name=globalRecvMsgOpt,proto3" json:"globalRecvMsgOpt"` UserType string `protobuf:"bytes,8,opt,name=userType,proto3" json:"userType"` Language string `protobuf:"bytes,9,opt,name=language,proto3" json:"language"` // contains filtered or unexported fields }
func (*UserInfo) Descriptor
deprecated
func (*UserInfo) GetAppMangerLevel ¶
func (*UserInfo) GetCreateTime ¶
func (*UserInfo) GetFaceURL ¶
func (*UserInfo) GetGlobalRecvMsgOpt ¶
func (*UserInfo) GetLanguage ¶
func (*UserInfo) GetNickname ¶
func (*UserInfo) GetUserType ¶
func (*UserInfo) ProtoMessage ¶
func (*UserInfo) ProtoMessage()
func (*UserInfo) ProtoReflect ¶
func (x *UserInfo) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.