msf

package
v0.0.0-...-f7ddc24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2021 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiscussList

type DiscussList struct {
	DiscussCode *uint64 `protobuf:"varint,1,opt"`
	DiscussSeq  *uint64 `protobuf:"varint,2,opt"`
	MemberSeq   *uint64 `protobuf:"varint,3,opt"`
	InfoSeq     *uint64 `protobuf:"varint,4,opt"`
	BHotGroup   *bool   `protobuf:"varint,5,opt"`
	RedpackTime *uint64 `protobuf:"varint,6,opt"`
	HasMsg      *bool   `protobuf:"varint,7,opt"`
	DicussFlag  *int64  `protobuf:"varint,8,opt"`
}

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

type GroupList

type GroupList struct {
	GroupCode             *uint64 `protobuf:"varint,1,opt"`
	GroupSeq              *uint64 `protobuf:"varint,2,opt"`
	MemberSeq             *uint64 `protobuf:"varint,3,opt"`
	Mask                  *uint64 `protobuf:"varint,4,opt"`
	RedpackTime           *uint64 `protobuf:"varint,5,opt"`
	HasMsg                *bool   `protobuf:"varint,6,opt"`
	GroupFlag             *int64  `protobuf:"varint,7,opt"`
	GroupType             *uint64 `protobuf:"varint,8,opt"`
	GroupNameSeq          *uint32 `protobuf:"varint,9,opt"`
	GroupMemberSeq        *uint32 `protobuf:"varint,10,opt"`
	UinFlagEx2            *uint32 `protobuf:"varint,11,opt"`
	ImportantMsgLatestSeq *uint32 `protobuf:"varint,12,opt"`
}

func (*GroupList) GetGroupCode

func (x *GroupList) GetGroupCode() uint64

func (*GroupList) GetGroupFlag

func (x *GroupList) GetGroupFlag() int64

func (*GroupList) GetGroupMemberSeq

func (x *GroupList) GetGroupMemberSeq() uint32

func (*GroupList) GetGroupNameSeq

func (x *GroupList) GetGroupNameSeq() uint32

func (*GroupList) GetGroupSeq

func (x *GroupList) GetGroupSeq() uint64

func (*GroupList) GetGroupType

func (x *GroupList) GetGroupType() uint64

func (*GroupList) GetHasMsg

func (x *GroupList) GetHasMsg() bool

func (*GroupList) GetImportantMsgLatestSeq

func (x *GroupList) GetImportantMsgLatestSeq() uint32

func (*GroupList) GetMask

func (x *GroupList) GetMask() uint64

func (*GroupList) GetMemberSeq

func (x *GroupList) GetMemberSeq() uint64

func (*GroupList) GetRedpackTime

func (x *GroupList) GetRedpackTime() uint64

func (*GroupList) GetUinFlagEx2

func (x *GroupList) GetUinFlagEx2() uint32

type SvcPbResponsePullDisMsgProxy

type SvcPbResponsePullDisMsgProxy struct {
	MemberSeq *uint64 `protobuf:"varint,1,opt"`
	Content   []byte  `protobuf:"bytes,2,opt"`
}

func (*SvcPbResponsePullDisMsgProxy) GetContent

func (x *SvcPbResponsePullDisMsgProxy) GetContent() []byte

func (*SvcPbResponsePullDisMsgProxy) GetMemberSeq

func (x *SvcPbResponsePullDisMsgProxy) GetMemberSeq() uint64

type SvcRegisterProxyMsgResp

type SvcRegisterProxyMsgResp struct {
	Result          *uint32                           `protobuf:"varint,1,opt"`
	ErrMsg          []byte                            `protobuf:"bytes,2,opt"`
	Flag            *uint32                           `protobuf:"varint,3,opt"`
	Seq             *uint32                           `protobuf:"varint,4,opt"`
	Info            *SvcResponseMsgInfo               `protobuf:"bytes,5,opt"`
	GroupList       []*GroupList                      `protobuf:"bytes,6,rep"`
	DiscussList     []*DiscussList                    `protobuf:"bytes,7,rep"`
	GroupMsg        []*SvcResponsePbPullGroupMsgProxy `protobuf:"bytes,8,rep"`
	DiscussMsg      []*SvcPbResponsePullDisMsgProxy   `protobuf:"bytes,9,rep"`
	C2CMsg          []byte                            `protobuf:"bytes,10,opt"`
	PubAccountMsg   []byte                            `protobuf:"bytes,11,opt"`
	DiscussListFlag *uint32                           `protobuf:"varint,12,opt"`
}

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 (*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 (*SvcRegisterProxyMsgResp) GetInfo

func (*SvcRegisterProxyMsgResp) GetPubAccountMsg

func (x *SvcRegisterProxyMsgResp) GetPubAccountMsg() []byte

func (*SvcRegisterProxyMsgResp) GetResult

func (x *SvcRegisterProxyMsgResp) GetResult() uint32

func (*SvcRegisterProxyMsgResp) GetSeq

func (x *SvcRegisterProxyMsgResp) GetSeq() uint32

type SvcResponseMsgInfo

type SvcResponseMsgInfo struct {
	GroupNum   *uint32 `protobuf:"varint,1,opt"`
	DiscussNum *uint32 `protobuf:"varint,2,opt"`
}

func (*SvcResponseMsgInfo) GetDiscussNum

func (x *SvcResponseMsgInfo) GetDiscussNum() uint32

func (*SvcResponseMsgInfo) GetGroupNum

func (x *SvcResponseMsgInfo) GetGroupNum() uint32

type SvcResponsePbPullGroupMsgProxy

type SvcResponsePbPullGroupMsgProxy struct {
	MemberSeq *uint64 `protobuf:"varint,1,opt"`
	Content   []byte  `protobuf:"bytes,2,opt"`
}

func (*SvcResponsePbPullGroupMsgProxy) GetContent

func (x *SvcResponsePbPullGroupMsgProxy) GetContent() []byte

func (*SvcResponsePbPullGroupMsgProxy) GetMemberSeq

func (x *SvcResponsePbPullGroupMsgProxy) GetMemberSeq() uint64

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL