Documentation ¶
Index ¶
- Variables
- type Data
- type Msg
- func (*Msg) Descriptor() ([]byte, []int)deprecated
- func (x *Msg) GetDataList() []*Data
- func (x *Msg) GetDesc() map[string][]byte
- func (x *Msg) GetId() string
- func (x *Msg) GetType() MsgType
- func (*Msg) ProtoMessage()
- func (x *Msg) ProtoReflect() protoreflect.Message
- func (x *Msg) Reset()
- func (x *Msg) String() string
- type MsgType
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MsgType_name = map[int32]string{ 0: "Common", } MsgType_value = map[string]int32{ "Common": 0, } )
Enum value maps for MsgType.
View Source
var File_msg_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // ID Desc map[string][]byte `` /* 149-byte string literal not displayed */ Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Data) Descriptor
deprecated
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
func (*Data) ProtoReflect ¶ added in v0.0.52
func (x *Data) ProtoReflect() protoreflect.Message
type Msg ¶
type Msg struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // ID Type MsgType `protobuf:"varint,2,opt,name=type,proto3,enum=proto.MsgType" json:"type,omitempty"` Desc map[string][]byte `` /* 149-byte string literal not displayed */ DataList []*Data `protobuf:"bytes,4,rep,name=dataList,proto3" json:"dataList,omitempty"` // contains filtered or unexported fields }
func (*Msg) Descriptor
deprecated
func (*Msg) GetDataList ¶
func (*Msg) ProtoMessage ¶
func (*Msg) ProtoMessage()
func (*Msg) ProtoReflect ¶ added in v0.0.52
func (x *Msg) ProtoReflect() protoreflect.Message
type MsgType ¶
type MsgType int32
const (
MsgType_Common MsgType = 0 //common msg
)
func (MsgType) Descriptor ¶ added in v0.0.52
func (MsgType) Descriptor() protoreflect.EnumDescriptor
func (MsgType) EnumDescriptor
deprecated
func (MsgType) Number ¶ added in v0.0.52
func (x MsgType) Number() protoreflect.EnumNumber
func (MsgType) Type ¶ added in v0.0.52
func (MsgType) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.