Documentation ¶
Index ¶
- Variables
- type DiscussList
- func (*DiscussList) Descriptor() ([]byte, []int)deprecated
- func (x *DiscussList) GetBHotGroup() bool
- func (x *DiscussList) GetDicussFlag() int64
- func (x *DiscussList) GetDiscussCode() uint64
- func (x *DiscussList) GetDiscussSeq() uint64
- func (x *DiscussList) GetHasMsg() bool
- func (x *DiscussList) GetInfoSeq() uint64
- func (x *DiscussList) GetMemberSeq() uint64
- func (x *DiscussList) GetRedpackTime() uint64
- func (*DiscussList) ProtoMessage()
- func (x *DiscussList) ProtoReflect() protoreflect.Message
- func (x *DiscussList) Reset()
- func (x *DiscussList) String() string
- type GroupList
- func (*GroupList) Descriptor() ([]byte, []int)deprecated
- func (x *GroupList) GetGroupCode() uint64
- func (x *GroupList) GetGroupFlag() int64
- func (x *GroupList) GetGroupMemberSeq() uint32
- func (x *GroupList) GetGroupNameSeq() uint32
- func (x *GroupList) GetGroupSeq() uint64
- func (x *GroupList) GetGroupType() uint64
- func (x *GroupList) GetHasMsg() bool
- func (x *GroupList) GetImportantMsgLatestSeq() uint32
- func (x *GroupList) GetMask() uint64
- func (x *GroupList) GetMemberSeq() uint64
- func (x *GroupList) GetRedpackTime() uint64
- func (x *GroupList) GetUinFlagEx2() uint32
- func (*GroupList) ProtoMessage()
- func (x *GroupList) ProtoReflect() protoreflect.Message
- func (x *GroupList) Reset()
- func (x *GroupList) String() string
- type SvcPbResponsePullDisMsgProxy
- func (*SvcPbResponsePullDisMsgProxy) Descriptor() ([]byte, []int)deprecated
- func (x *SvcPbResponsePullDisMsgProxy) GetContent() []byte
- func (x *SvcPbResponsePullDisMsgProxy) GetMemberSeq() uint64
- func (*SvcPbResponsePullDisMsgProxy) ProtoMessage()
- func (x *SvcPbResponsePullDisMsgProxy) ProtoReflect() protoreflect.Message
- func (x *SvcPbResponsePullDisMsgProxy) Reset()
- func (x *SvcPbResponsePullDisMsgProxy) String() string
- type SvcRegisterProxyMsgResp
- func (*SvcRegisterProxyMsgResp) Descriptor() ([]byte, []int)deprecated
- func (x *SvcRegisterProxyMsgResp) GetC2CMsg() []byte
- func (x *SvcRegisterProxyMsgResp) GetDiscussList() []*DiscussList
- func (x *SvcRegisterProxyMsgResp) GetDiscussListFlag() uint32
- func (x *SvcRegisterProxyMsgResp) GetDiscussMsg() []*SvcPbResponsePullDisMsgProxy
- func (x *SvcRegisterProxyMsgResp) GetErrMsg() []byte
- func (x *SvcRegisterProxyMsgResp) GetFlag() uint32
- func (x *SvcRegisterProxyMsgResp) GetGroupList() []*GroupList
- func (x *SvcRegisterProxyMsgResp) GetGroupMsg() []*SvcResponsePbPullGroupMsgProxy
- func (x *SvcRegisterProxyMsgResp) GetInfo() *SvcResponseMsgInfo
- func (x *SvcRegisterProxyMsgResp) GetPubAccountMsg() []byte
- func (x *SvcRegisterProxyMsgResp) GetResult() uint32
- func (x *SvcRegisterProxyMsgResp) GetSeq() uint32
- func (*SvcRegisterProxyMsgResp) ProtoMessage()
- func (x *SvcRegisterProxyMsgResp) ProtoReflect() protoreflect.Message
- func (x *SvcRegisterProxyMsgResp) Reset()
- func (x *SvcRegisterProxyMsgResp) String() string
- type SvcResponseMsgInfo
- func (*SvcResponseMsgInfo) Descriptor() ([]byte, []int)deprecated
- func (x *SvcResponseMsgInfo) GetDiscussNum() uint32
- func (x *SvcResponseMsgInfo) GetGroupNum() uint32
- func (*SvcResponseMsgInfo) ProtoMessage()
- func (x *SvcResponseMsgInfo) ProtoReflect() protoreflect.Message
- func (x *SvcResponseMsgInfo) Reset()
- func (x *SvcResponseMsgInfo) String() string
- type SvcResponsePbPullGroupMsgProxy
- func (*SvcResponsePbPullGroupMsgProxy) Descriptor() ([]byte, []int)deprecated
- func (x *SvcResponsePbPullGroupMsgProxy) GetContent() []byte
- func (x *SvcResponsePbPullGroupMsgProxy) GetMemberSeq() uint64
- func (*SvcResponsePbPullGroupMsgProxy) ProtoMessage()
- func (x *SvcResponsePbPullGroupMsgProxy) ProtoReflect() protoreflect.Message
- func (x *SvcResponsePbPullGroupMsgProxy) Reset()
- func (x *SvcResponsePbPullGroupMsgProxy) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_register_proxy_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DiscussList ¶
type DiscussList struct { DiscussCode *uint64 `protobuf:"varint,1,opt,name=discussCode" json:"discussCode,omitempty"` DiscussSeq *uint64 `protobuf:"varint,2,opt,name=discussSeq" json:"discussSeq,omitempty"` MemberSeq *uint64 `protobuf:"varint,3,opt,name=memberSeq" json:"memberSeq,omitempty"` InfoSeq *uint64 `protobuf:"varint,4,opt,name=infoSeq" json:"infoSeq,omitempty"` BHotGroup *bool `protobuf:"varint,5,opt,name=bHotGroup" json:"bHotGroup,omitempty"` RedpackTime *uint64 `protobuf:"varint,6,opt,name=redpackTime" json:"redpackTime,omitempty"` HasMsg *bool `protobuf:"varint,7,opt,name=hasMsg" json:"hasMsg,omitempty"` DicussFlag *int64 `protobuf:"varint,8,opt,name=dicussFlag" json:"dicussFlag,omitempty"` // contains filtered or unexported fields }
func (*DiscussList) Descriptor
deprecated
func (*DiscussList) Descriptor() ([]byte, []int)
Deprecated: Use DiscussList.ProtoReflect.Descriptor instead.
func (*DiscussList) GetBHotGroup ¶
func (x *DiscussList) GetBHotGroup() bool
func (*DiscussList) GetDicussFlag ¶
func (x *DiscussList) GetDicussFlag() int64
func (*DiscussList) GetDiscussCode ¶
func (x *DiscussList) GetDiscussCode() uint64
func (*DiscussList) GetDiscussSeq ¶
func (x *DiscussList) GetDiscussSeq() uint64
func (*DiscussList) GetHasMsg ¶
func (x *DiscussList) GetHasMsg() bool
func (*DiscussList) GetInfoSeq ¶
func (x *DiscussList) GetInfoSeq() uint64
func (*DiscussList) GetMemberSeq ¶
func (x *DiscussList) GetMemberSeq() uint64
func (*DiscussList) GetRedpackTime ¶
func (x *DiscussList) GetRedpackTime() uint64
func (*DiscussList) ProtoMessage ¶
func (*DiscussList) ProtoMessage()
func (*DiscussList) ProtoReflect ¶
func (x *DiscussList) ProtoReflect() protoreflect.Message
func (*DiscussList) Reset ¶
func (x *DiscussList) Reset()
func (*DiscussList) String ¶
func (x *DiscussList) String() string
type GroupList ¶
type GroupList struct { GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"` GroupSeq *uint64 `protobuf:"varint,2,opt,name=groupSeq" json:"groupSeq,omitempty"` MemberSeq *uint64 `protobuf:"varint,3,opt,name=memberSeq" json:"memberSeq,omitempty"` Mask *uint64 `protobuf:"varint,4,opt,name=mask" json:"mask,omitempty"` RedpackTime *uint64 `protobuf:"varint,5,opt,name=redpackTime" json:"redpackTime,omitempty"` HasMsg *bool `protobuf:"varint,6,opt,name=hasMsg" json:"hasMsg,omitempty"` GroupFlag *int64 `protobuf:"varint,7,opt,name=groupFlag" json:"groupFlag,omitempty"` GroupType *uint64 `protobuf:"varint,8,opt,name=groupType" json:"groupType,omitempty"` GroupNameSeq *uint32 `protobuf:"varint,9,opt,name=groupNameSeq" json:"groupNameSeq,omitempty"` GroupMemberSeq *uint32 `protobuf:"varint,10,opt,name=groupMemberSeq" json:"groupMemberSeq,omitempty"` UinFlagEx2 *uint32 `protobuf:"varint,11,opt,name=uinFlagEx2" json:"uinFlagEx2,omitempty"` ImportantMsgLatestSeq *uint32 `protobuf:"varint,12,opt,name=importantMsgLatestSeq" json:"importantMsgLatestSeq,omitempty"` // contains filtered or unexported fields }
func (*GroupList) Descriptor
deprecated
func (*GroupList) GetGroupCode ¶
func (*GroupList) GetGroupFlag ¶
func (*GroupList) GetGroupMemberSeq ¶
func (*GroupList) GetGroupNameSeq ¶
func (*GroupList) GetGroupSeq ¶
func (*GroupList) GetGroupType ¶
func (*GroupList) GetImportantMsgLatestSeq ¶
func (*GroupList) GetMemberSeq ¶
func (*GroupList) GetRedpackTime ¶
func (*GroupList) GetUinFlagEx2 ¶
func (*GroupList) ProtoMessage ¶
func (*GroupList) ProtoMessage()
func (*GroupList) ProtoReflect ¶
func (x *GroupList) ProtoReflect() protoreflect.Message
type SvcPbResponsePullDisMsgProxy ¶
type SvcPbResponsePullDisMsgProxy struct { MemberSeq *uint64 `protobuf:"varint,1,opt,name=memberSeq" json:"memberSeq,omitempty"` Content []byte `protobuf:"bytes,2,opt,name=content" json:"content,omitempty"` // contains filtered or unexported fields }
func (*SvcPbResponsePullDisMsgProxy) Descriptor
deprecated
func (*SvcPbResponsePullDisMsgProxy) Descriptor() ([]byte, []int)
Deprecated: Use SvcPbResponsePullDisMsgProxy.ProtoReflect.Descriptor instead.
func (*SvcPbResponsePullDisMsgProxy) GetContent ¶
func (x *SvcPbResponsePullDisMsgProxy) GetContent() []byte
func (*SvcPbResponsePullDisMsgProxy) GetMemberSeq ¶
func (x *SvcPbResponsePullDisMsgProxy) GetMemberSeq() uint64
func (*SvcPbResponsePullDisMsgProxy) ProtoMessage ¶
func (*SvcPbResponsePullDisMsgProxy) ProtoMessage()
func (*SvcPbResponsePullDisMsgProxy) ProtoReflect ¶
func (x *SvcPbResponsePullDisMsgProxy) ProtoReflect() protoreflect.Message
func (*SvcPbResponsePullDisMsgProxy) Reset ¶
func (x *SvcPbResponsePullDisMsgProxy) Reset()
func (*SvcPbResponsePullDisMsgProxy) String ¶
func (x *SvcPbResponsePullDisMsgProxy) String() string
type SvcRegisterProxyMsgResp ¶
type SvcRegisterProxyMsgResp struct { Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"` ErrMsg []byte `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"` Flag *uint32 `protobuf:"varint,3,opt,name=flag" json:"flag,omitempty"` Seq *uint32 `protobuf:"varint,4,opt,name=seq" json:"seq,omitempty"` Info *SvcResponseMsgInfo `protobuf:"bytes,5,opt,name=info" json:"info,omitempty"` GroupList []*GroupList `protobuf:"bytes,6,rep,name=groupList" json:"groupList,omitempty"` DiscussList []*DiscussList `protobuf:"bytes,7,rep,name=discussList" json:"discussList,omitempty"` GroupMsg []*SvcResponsePbPullGroupMsgProxy `protobuf:"bytes,8,rep,name=groupMsg" json:"groupMsg,omitempty"` DiscussMsg []*SvcPbResponsePullDisMsgProxy `protobuf:"bytes,9,rep,name=discussMsg" json:"discussMsg,omitempty"` C2CMsg []byte `protobuf:"bytes,10,opt,name=c2CMsg" json:"c2CMsg,omitempty"` PubAccountMsg []byte `protobuf:"bytes,11,opt,name=pubAccountMsg" json:"pubAccountMsg,omitempty"` DiscussListFlag *uint32 `protobuf:"varint,12,opt,name=discussListFlag" json:"discussListFlag,omitempty"` // contains filtered or unexported fields }
func (*SvcRegisterProxyMsgResp) Descriptor
deprecated
func (*SvcRegisterProxyMsgResp) Descriptor() ([]byte, []int)
Deprecated: Use SvcRegisterProxyMsgResp.ProtoReflect.Descriptor instead.
func (*SvcRegisterProxyMsgResp) GetC2CMsg ¶
func (x *SvcRegisterProxyMsgResp) GetC2CMsg() []byte
func (*SvcRegisterProxyMsgResp) GetDiscussList ¶
func (x *SvcRegisterProxyMsgResp) GetDiscussList() []*DiscussList
func (*SvcRegisterProxyMsgResp) GetDiscussListFlag ¶
func (x *SvcRegisterProxyMsgResp) GetDiscussListFlag() uint32
func (*SvcRegisterProxyMsgResp) GetDiscussMsg ¶
func (x *SvcRegisterProxyMsgResp) GetDiscussMsg() []*SvcPbResponsePullDisMsgProxy
func (*SvcRegisterProxyMsgResp) GetErrMsg ¶
func (x *SvcRegisterProxyMsgResp) GetErrMsg() []byte
func (*SvcRegisterProxyMsgResp) GetFlag ¶
func (x *SvcRegisterProxyMsgResp) GetFlag() uint32
func (*SvcRegisterProxyMsgResp) GetGroupList ¶
func (x *SvcRegisterProxyMsgResp) GetGroupList() []*GroupList
func (*SvcRegisterProxyMsgResp) GetGroupMsg ¶
func (x *SvcRegisterProxyMsgResp) GetGroupMsg() []*SvcResponsePbPullGroupMsgProxy
func (*SvcRegisterProxyMsgResp) GetInfo ¶
func (x *SvcRegisterProxyMsgResp) GetInfo() *SvcResponseMsgInfo
func (*SvcRegisterProxyMsgResp) GetPubAccountMsg ¶
func (x *SvcRegisterProxyMsgResp) GetPubAccountMsg() []byte
func (*SvcRegisterProxyMsgResp) GetResult ¶
func (x *SvcRegisterProxyMsgResp) GetResult() uint32
func (*SvcRegisterProxyMsgResp) GetSeq ¶
func (x *SvcRegisterProxyMsgResp) GetSeq() uint32
func (*SvcRegisterProxyMsgResp) ProtoMessage ¶
func (*SvcRegisterProxyMsgResp) ProtoMessage()
func (*SvcRegisterProxyMsgResp) ProtoReflect ¶
func (x *SvcRegisterProxyMsgResp) ProtoReflect() protoreflect.Message
func (*SvcRegisterProxyMsgResp) Reset ¶
func (x *SvcRegisterProxyMsgResp) Reset()
func (*SvcRegisterProxyMsgResp) String ¶
func (x *SvcRegisterProxyMsgResp) String() string
type SvcResponseMsgInfo ¶
type SvcResponseMsgInfo struct { GroupNum *uint32 `protobuf:"varint,1,opt,name=groupNum" json:"groupNum,omitempty"` DiscussNum *uint32 `protobuf:"varint,2,opt,name=discussNum" json:"discussNum,omitempty"` // contains filtered or unexported fields }
func (*SvcResponseMsgInfo) Descriptor
deprecated
func (*SvcResponseMsgInfo) Descriptor() ([]byte, []int)
Deprecated: Use SvcResponseMsgInfo.ProtoReflect.Descriptor instead.
func (*SvcResponseMsgInfo) GetDiscussNum ¶
func (x *SvcResponseMsgInfo) GetDiscussNum() uint32
func (*SvcResponseMsgInfo) GetGroupNum ¶
func (x *SvcResponseMsgInfo) GetGroupNum() uint32
func (*SvcResponseMsgInfo) ProtoMessage ¶
func (*SvcResponseMsgInfo) ProtoMessage()
func (*SvcResponseMsgInfo) ProtoReflect ¶
func (x *SvcResponseMsgInfo) ProtoReflect() protoreflect.Message
func (*SvcResponseMsgInfo) Reset ¶
func (x *SvcResponseMsgInfo) Reset()
func (*SvcResponseMsgInfo) String ¶
func (x *SvcResponseMsgInfo) String() string
type SvcResponsePbPullGroupMsgProxy ¶
type SvcResponsePbPullGroupMsgProxy struct { MemberSeq *uint64 `protobuf:"varint,1,opt,name=memberSeq" json:"memberSeq,omitempty"` Content []byte `protobuf:"bytes,2,opt,name=content" json:"content,omitempty"` // contains filtered or unexported fields }
func (*SvcResponsePbPullGroupMsgProxy) Descriptor
deprecated
func (*SvcResponsePbPullGroupMsgProxy) Descriptor() ([]byte, []int)
Deprecated: Use SvcResponsePbPullGroupMsgProxy.ProtoReflect.Descriptor instead.
func (*SvcResponsePbPullGroupMsgProxy) GetContent ¶
func (x *SvcResponsePbPullGroupMsgProxy) GetContent() []byte
func (*SvcResponsePbPullGroupMsgProxy) GetMemberSeq ¶
func (x *SvcResponsePbPullGroupMsgProxy) GetMemberSeq() uint64
func (*SvcResponsePbPullGroupMsgProxy) ProtoMessage ¶
func (*SvcResponsePbPullGroupMsgProxy) ProtoMessage()
func (*SvcResponsePbPullGroupMsgProxy) ProtoReflect ¶
func (x *SvcResponsePbPullGroupMsgProxy) ProtoReflect() protoreflect.Message
func (*SvcResponsePbPullGroupMsgProxy) Reset ¶
func (x *SvcResponsePbPullGroupMsgProxy) Reset()
func (*SvcResponsePbPullGroupMsgProxy) String ¶
func (x *SvcResponsePbPullGroupMsgProxy) String() string
Click to show internal directories.
Click to hide internal directories.