Documentation
¶
Index ¶
- Variables
- type FaceroamReqBody
- func (*FaceroamReqBody) Descriptor() ([]byte, []int)deprecated
- func (x *FaceroamReqBody) GetComm() *PlatInfo
- func (x *FaceroamReqBody) GetReqDeleteItem() *ReqDeleteItem
- func (x *FaceroamReqBody) GetReqUserInfo() *ReqUserInfo
- func (x *FaceroamReqBody) GetSubCmd() uint32
- func (x *FaceroamReqBody) GetUin() uint64
- func (*FaceroamReqBody) ProtoMessage()
- func (x *FaceroamReqBody) ProtoReflect() protoreflect.Message
- func (x *FaceroamReqBody) Reset()
- func (x *FaceroamReqBody) String() string
- type FaceroamRspBody
- func (*FaceroamRspBody) Descriptor() ([]byte, []int)deprecated
- func (x *FaceroamRspBody) GetErrmsg() string
- func (x *FaceroamRspBody) GetRet() int64
- func (x *FaceroamRspBody) GetRspDeleteItem() *RspDeleteItem
- func (x *FaceroamRspBody) GetRspUserInfo() *RspUserInfo
- func (x *FaceroamRspBody) GetSubCmd() uint32
- func (*FaceroamRspBody) ProtoMessage()
- func (x *FaceroamRspBody) ProtoReflect() protoreflect.Message
- func (x *FaceroamRspBody) Reset()
- func (x *FaceroamRspBody) String() string
- type PlatInfo
- func (*PlatInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PlatInfo) GetImplat() int64
- func (x *PlatInfo) GetMqqver() string
- func (x *PlatInfo) GetOsver() string
- func (*PlatInfo) ProtoMessage()
- func (x *PlatInfo) ProtoReflect() protoreflect.Message
- func (x *PlatInfo) Reset()
- func (x *PlatInfo) String() string
- type ReqDeleteItem
- type ReqUserInfo
- type RspDeleteItem
- func (*RspDeleteItem) Descriptor() ([]byte, []int)deprecated
- func (x *RspDeleteItem) GetFilename() []string
- func (x *RspDeleteItem) GetRet() []int64
- func (*RspDeleteItem) ProtoMessage()
- func (x *RspDeleteItem) ProtoReflect() protoreflect.Message
- func (x *RspDeleteItem) Reset()
- func (x *RspDeleteItem) String() string
- type RspUserInfo
- func (*RspUserInfo) Descriptor() ([]byte, []int)deprecated
- func (x *RspUserInfo) GetBid() string
- func (x *RspUserInfo) GetDeleteFile() []string
- func (x *RspUserInfo) GetEmojiType() []uint32
- func (x *RspUserInfo) GetFilename() []string
- func (x *RspUserInfo) GetMaxRoamSize() uint32
- func (*RspUserInfo) ProtoMessage()
- func (x *RspUserInfo) ProtoReflect() protoreflect.Message
- func (x *RspUserInfo) Reset()
- func (x *RspUserInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_faceroam_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FaceroamReqBody ¶
type FaceroamReqBody struct { Comm *PlatInfo `protobuf:"bytes,1,opt,name=comm" json:"comm,omitempty"` Uin *uint64 `protobuf:"varint,2,opt,name=uin" json:"uin,omitempty"` SubCmd *uint32 `protobuf:"varint,3,opt,name=subCmd" json:"subCmd,omitempty"` ReqUserInfo *ReqUserInfo `protobuf:"bytes,4,opt,name=reqUserInfo" json:"reqUserInfo,omitempty"` ReqDeleteItem *ReqDeleteItem `protobuf:"bytes,5,opt,name=reqDeleteItem" json:"reqDeleteItem,omitempty"` // contains filtered or unexported fields }
func (*FaceroamReqBody) Descriptor
deprecated
func (*FaceroamReqBody) Descriptor() ([]byte, []int)
Deprecated: Use FaceroamReqBody.ProtoReflect.Descriptor instead.
func (*FaceroamReqBody) GetComm ¶
func (x *FaceroamReqBody) GetComm() *PlatInfo
func (*FaceroamReqBody) GetReqDeleteItem ¶
func (x *FaceroamReqBody) GetReqDeleteItem() *ReqDeleteItem
func (*FaceroamReqBody) GetReqUserInfo ¶
func (x *FaceroamReqBody) GetReqUserInfo() *ReqUserInfo
func (*FaceroamReqBody) GetSubCmd ¶
func (x *FaceroamReqBody) GetSubCmd() uint32
func (*FaceroamReqBody) GetUin ¶
func (x *FaceroamReqBody) GetUin() uint64
func (*FaceroamReqBody) ProtoMessage ¶
func (*FaceroamReqBody) ProtoMessage()
func (*FaceroamReqBody) ProtoReflect ¶
func (x *FaceroamReqBody) ProtoReflect() protoreflect.Message
func (*FaceroamReqBody) Reset ¶
func (x *FaceroamReqBody) Reset()
func (*FaceroamReqBody) String ¶
func (x *FaceroamReqBody) String() string
type FaceroamRspBody ¶
type FaceroamRspBody struct { Ret *int64 `protobuf:"varint,1,opt,name=ret" json:"ret,omitempty"` Errmsg *string `protobuf:"bytes,2,opt,name=errmsg" json:"errmsg,omitempty"` SubCmd *uint32 `protobuf:"varint,3,opt,name=subCmd" json:"subCmd,omitempty"` RspUserInfo *RspUserInfo `protobuf:"bytes,4,opt,name=rspUserInfo" json:"rspUserInfo,omitempty"` RspDeleteItem *RspDeleteItem `protobuf:"bytes,5,opt,name=rspDeleteItem" json:"rspDeleteItem,omitempty"` // contains filtered or unexported fields }
func (*FaceroamRspBody) Descriptor
deprecated
func (*FaceroamRspBody) Descriptor() ([]byte, []int)
Deprecated: Use FaceroamRspBody.ProtoReflect.Descriptor instead.
func (*FaceroamRspBody) GetErrmsg ¶
func (x *FaceroamRspBody) GetErrmsg() string
func (*FaceroamRspBody) GetRet ¶
func (x *FaceroamRspBody) GetRet() int64
func (*FaceroamRspBody) GetRspDeleteItem ¶
func (x *FaceroamRspBody) GetRspDeleteItem() *RspDeleteItem
func (*FaceroamRspBody) GetRspUserInfo ¶
func (x *FaceroamRspBody) GetRspUserInfo() *RspUserInfo
func (*FaceroamRspBody) GetSubCmd ¶
func (x *FaceroamRspBody) GetSubCmd() uint32
func (*FaceroamRspBody) ProtoMessage ¶
func (*FaceroamRspBody) ProtoMessage()
func (*FaceroamRspBody) ProtoReflect ¶
func (x *FaceroamRspBody) ProtoReflect() protoreflect.Message
func (*FaceroamRspBody) Reset ¶
func (x *FaceroamRspBody) Reset()
func (*FaceroamRspBody) String ¶
func (x *FaceroamRspBody) String() string
type PlatInfo ¶
type PlatInfo struct { Implat *int64 `protobuf:"varint,1,opt,name=implat" json:"implat,omitempty"` Osver *string `protobuf:"bytes,2,opt,name=osver" json:"osver,omitempty"` Mqqver *string `protobuf:"bytes,3,opt,name=mqqver" json:"mqqver,omitempty"` // contains filtered or unexported fields }
func (*PlatInfo) Descriptor
deprecated
func (*PlatInfo) ProtoMessage ¶
func (*PlatInfo) ProtoMessage()
func (*PlatInfo) ProtoReflect ¶
func (x *PlatInfo) ProtoReflect() protoreflect.Message
type ReqDeleteItem ¶
type ReqDeleteItem struct { Filename []string `protobuf:"bytes,1,rep,name=filename" json:"filename,omitempty"` // contains filtered or unexported fields }
func (*ReqDeleteItem) Descriptor
deprecated
func (*ReqDeleteItem) Descriptor() ([]byte, []int)
Deprecated: Use ReqDeleteItem.ProtoReflect.Descriptor instead.
func (*ReqDeleteItem) GetFilename ¶
func (x *ReqDeleteItem) GetFilename() []string
func (*ReqDeleteItem) ProtoMessage ¶
func (*ReqDeleteItem) ProtoMessage()
func (*ReqDeleteItem) ProtoReflect ¶
func (x *ReqDeleteItem) ProtoReflect() protoreflect.Message
func (*ReqDeleteItem) Reset ¶
func (x *ReqDeleteItem) Reset()
func (*ReqDeleteItem) String ¶
func (x *ReqDeleteItem) String() string
type ReqUserInfo ¶
type ReqUserInfo struct {
// contains filtered or unexported fields
}
func (*ReqUserInfo) Descriptor
deprecated
func (*ReqUserInfo) Descriptor() ([]byte, []int)
Deprecated: Use ReqUserInfo.ProtoReflect.Descriptor instead.
func (*ReqUserInfo) ProtoMessage ¶
func (*ReqUserInfo) ProtoMessage()
func (*ReqUserInfo) ProtoReflect ¶
func (x *ReqUserInfo) ProtoReflect() protoreflect.Message
func (*ReqUserInfo) Reset ¶
func (x *ReqUserInfo) Reset()
func (*ReqUserInfo) String ¶
func (x *ReqUserInfo) String() string
type RspDeleteItem ¶
type RspDeleteItem struct { Filename []string `protobuf:"bytes,1,rep,name=filename" json:"filename,omitempty"` Ret []int64 `protobuf:"varint,2,rep,name=ret" json:"ret,omitempty"` // contains filtered or unexported fields }
func (*RspDeleteItem) Descriptor
deprecated
func (*RspDeleteItem) Descriptor() ([]byte, []int)
Deprecated: Use RspDeleteItem.ProtoReflect.Descriptor instead.
func (*RspDeleteItem) GetFilename ¶
func (x *RspDeleteItem) GetFilename() []string
func (*RspDeleteItem) GetRet ¶
func (x *RspDeleteItem) GetRet() []int64
func (*RspDeleteItem) ProtoMessage ¶
func (*RspDeleteItem) ProtoMessage()
func (*RspDeleteItem) ProtoReflect ¶
func (x *RspDeleteItem) ProtoReflect() protoreflect.Message
func (*RspDeleteItem) Reset ¶
func (x *RspDeleteItem) Reset()
func (*RspDeleteItem) String ¶
func (x *RspDeleteItem) String() string
type RspUserInfo ¶
type RspUserInfo struct { Filename []string `protobuf:"bytes,1,rep,name=filename" json:"filename,omitempty"` DeleteFile []string `protobuf:"bytes,2,rep,name=deleteFile" json:"deleteFile,omitempty"` Bid *string `protobuf:"bytes,3,opt,name=bid" json:"bid,omitempty"` MaxRoamSize *uint32 `protobuf:"varint,4,opt,name=maxRoamSize" json:"maxRoamSize,omitempty"` EmojiType []uint32 `protobuf:"varint,5,rep,name=emojiType" json:"emojiType,omitempty"` // contains filtered or unexported fields }
func (*RspUserInfo) Descriptor
deprecated
func (*RspUserInfo) Descriptor() ([]byte, []int)
Deprecated: Use RspUserInfo.ProtoReflect.Descriptor instead.
func (*RspUserInfo) GetBid ¶
func (x *RspUserInfo) GetBid() string
func (*RspUserInfo) GetDeleteFile ¶
func (x *RspUserInfo) GetDeleteFile() []string
func (*RspUserInfo) GetEmojiType ¶
func (x *RspUserInfo) GetEmojiType() []uint32
func (*RspUserInfo) GetFilename ¶
func (x *RspUserInfo) GetFilename() []string
func (*RspUserInfo) GetMaxRoamSize ¶
func (x *RspUserInfo) GetMaxRoamSize() uint32
func (*RspUserInfo) ProtoMessage ¶
func (*RspUserInfo) ProtoMessage()
func (*RspUserInfo) ProtoReflect ¶
func (x *RspUserInfo) ProtoReflect() protoreflect.Message
func (*RspUserInfo) Reset ¶
func (x *RspUserInfo) Reset()
func (*RspUserInfo) String ¶
func (x *RspUserInfo) String() string
Click to show internal directories.
Click to hide internal directories.