Documentation ¶
Index ¶
- Constants
- Variables
- type Embed1
- func (x *Embed1) Clone() *Embed1
- func (x *Embed1) DeepCopy(z *Embed1)
- func (*Embed1) Descriptor() ([]byte, []int)deprecated
- func (x *Embed1) GetF1() string
- func (x *Embed1) Marshal() ([]byte, error)
- func (x *Embed1) MarshalJSON() ([]byte, error)
- func (*Embed1) ProtoMessage()
- func (x *Embed1) ProtoReflect() protoreflect.Message
- func (x *Embed1) PushToContext(ctx *edge.RequestCtx)
- func (x *Embed1) Reset()
- func (x *Embed1) String() string
- func (x *Embed1) Unmarshal(b []byte) error
- func (x *Embed1) UnmarshalJSON(b []byte) error
- type Embed2
- func (x *Embed2) Clone() *Embed2
- func (x *Embed2) DeepCopy(z *Embed2)
- func (*Embed2) Descriptor() ([]byte, []int)deprecated
- func (x *Embed2) GetF2() string
- func (x *Embed2) Marshal() ([]byte, error)
- func (x *Embed2) MarshalJSON() ([]byte, error)
- func (*Embed2) ProtoMessage()
- func (x *Embed2) ProtoReflect() protoreflect.Message
- func (x *Embed2) PushToContext(ctx *edge.RequestCtx)
- func (x *Embed2) Reset()
- func (x *Embed2) String() string
- func (x *Embed2) Unmarshal(b []byte) error
- func (x *Embed2) UnmarshalJSON(b []byte) error
- type Envelope1
- func (x *Envelope1) Clone() *Envelope1
- func (x *Envelope1) DeepCopy(z *Envelope1)
- func (*Envelope1) Descriptor() ([]byte, []int)deprecated
- func (x *Envelope1) GetE1() string
- func (x *Envelope1) GetEmbed1() *Embed1
- func (x *Envelope1) Marshal() ([]byte, error)
- func (x *Envelope1) MarshalJSON() ([]byte, error)
- func (*Envelope1) ProtoMessage()
- func (x *Envelope1) ProtoReflect() protoreflect.Message
- func (x *Envelope1) PushToContext(ctx *edge.RequestCtx)
- func (x *Envelope1) Reset()
- func (x *Envelope1) String() string
- func (x *Envelope1) Unmarshal(b []byte) error
- func (x *Envelope1) UnmarshalJSON(b []byte) error
- type Envelope2
- func (x *Envelope2) Clone() *Envelope2
- func (x *Envelope2) DeepCopy(z *Envelope2)
- func (*Envelope2) Descriptor() ([]byte, []int)deprecated
- func (x *Envelope2) GetConstructor() uint64
- func (x *Envelope2) GetMessage() []byte
- func (x *Envelope2) Marshal() ([]byte, error)
- func (x *Envelope2) MarshalJSON() ([]byte, error)
- func (*Envelope2) ProtoMessage()
- func (x *Envelope2) ProtoReflect() protoreflect.Message
- func (x *Envelope2) PushToContext(ctx *edge.RequestCtx)
- func (x *Envelope2) Reset()
- func (x *Envelope2) String() string
- func (x *Envelope2) Unmarshal(b []byte) error
- func (x *Envelope2) UnmarshalJSON(b []byte) error
Constants ¶
View Source
const C_Embed1 uint64 = 4833315499840692224
View Source
const C_Embed2 uint64 = 4738739907665911808
View Source
const C_Envelope1 uint64 = 12704881787996916493
View Source
const C_Envelope2 uint64 = 12862507774954883853
Variables ¶
View Source
var File_testmsg_proto protoreflect.FileDescriptor
View Source
var PoolEmbed1 = poolEmbed1{}
View Source
var PoolEmbed2 = poolEmbed2{}
View Source
var PoolEnvelope1 = poolEnvelope1{}
View Source
var PoolEnvelope2 = poolEnvelope2{}
Functions ¶
This section is empty.
Types ¶
type Embed1 ¶
type Embed1 struct { F1 string `protobuf:"bytes,1,opt,name=f1,proto3" json:"f1,omitempty"` // contains filtered or unexported fields }
func (*Embed1) Descriptor
deprecated
func (*Embed1) MarshalJSON ¶
func (*Embed1) ProtoMessage ¶
func (*Embed1) ProtoMessage()
func (*Embed1) ProtoReflect ¶
func (x *Embed1) ProtoReflect() protoreflect.Message
func (*Embed1) PushToContext ¶
func (x *Embed1) PushToContext(ctx *edge.RequestCtx)
func (*Embed1) UnmarshalJSON ¶
type Embed2 ¶
type Embed2 struct { F2 string `protobuf:"bytes,2,opt,name=f2,proto3" json:"f2,omitempty"` // contains filtered or unexported fields }
func (*Embed2) Descriptor
deprecated
func (*Embed2) MarshalJSON ¶
func (*Embed2) ProtoMessage ¶
func (*Embed2) ProtoMessage()
func (*Embed2) ProtoReflect ¶
func (x *Embed2) ProtoReflect() protoreflect.Message
func (*Embed2) PushToContext ¶
func (x *Embed2) PushToContext(ctx *edge.RequestCtx)
func (*Embed2) UnmarshalJSON ¶
type Envelope1 ¶
type Envelope1 struct { E1 string `protobuf:"bytes,1,opt,name=e1,proto3" json:"e1,omitempty"` Embed1 *Embed1 `protobuf:"bytes,2,opt,name=embed1,proto3" json:"embed1,omitempty"` // contains filtered or unexported fields }
func (*Envelope1) Descriptor
deprecated
func (*Envelope1) MarshalJSON ¶
func (*Envelope1) ProtoMessage ¶
func (*Envelope1) ProtoMessage()
func (*Envelope1) ProtoReflect ¶
func (x *Envelope1) ProtoReflect() protoreflect.Message
func (*Envelope1) PushToContext ¶
func (x *Envelope1) PushToContext(ctx *edge.RequestCtx)
func (*Envelope1) UnmarshalJSON ¶
type Envelope2 ¶
type Envelope2 struct { Constructor uint64 `protobuf:"varint,1,opt,name=constructor,proto3" json:"constructor,omitempty"` Message []byte `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*Envelope2) Descriptor
deprecated
func (*Envelope2) GetConstructor ¶
func (*Envelope2) GetMessage ¶
func (*Envelope2) MarshalJSON ¶
func (*Envelope2) ProtoMessage ¶
func (*Envelope2) ProtoMessage()
func (*Envelope2) ProtoReflect ¶
func (x *Envelope2) ProtoReflect() protoreflect.Message
func (*Envelope2) PushToContext ¶
func (x *Envelope2) PushToContext(ctx *edge.RequestCtx)
func (*Envelope2) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.