Documentation ¶
Index ¶
- Variables
- type Complex
- func (*Complex) Descriptor() ([]byte, []int)deprecated
- func (x *Complex) GetId() int64
- func (x *Complex) GetNoOne() string
- func (x *Complex) GetSimple() *Simple
- func (x *Complex) GetSimples() []string
- func (*Complex) ProtoMessage()
- func (x *Complex) ProtoReflect() protoreflect.Message
- func (x *Complex) Reset()
- func (x *Complex) String() string
- type Simple
Constants ¶
This section is empty.
Variables ¶
View Source
var File_complex_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Complex ¶
type Complex struct { // Id represents the message identifier. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` NoOne string `protobuf:"bytes,2,opt,name=no_one,json=numberOne,proto3" json:"no_one,omitempty"` Simple *Simple `protobuf:"bytes,3,opt,name=simple,json=very_simple,proto3" json:"simple,omitempty"` Simples []string `protobuf:"bytes,4,rep,name=simples,proto3" json:"simples,omitempty"` // contains filtered or unexported fields }
SimpleMessage represents a simple message sent to the Echo service.
func (*Complex) Descriptor
deprecated
func (*Complex) GetSimples ¶
func (*Complex) ProtoMessage ¶
func (*Complex) ProtoMessage()
func (*Complex) ProtoReflect ¶
func (x *Complex) ProtoReflect() protoreflect.Message
type Simple ¶
type Simple struct { Component string `protobuf:"bytes,1,opt,name=component,proto3" json:"component,omitempty"` // contains filtered or unexported fields }
func (*Simple) Descriptor
deprecated
func (*Simple) GetComponent ¶
func (*Simple) ProtoMessage ¶
func (*Simple) ProtoMessage()
func (*Simple) ProtoReflect ¶
func (x *Simple) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.