Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type HelloWorld ¶
type HelloWorld struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*HelloWorld) Descriptor
deprecated
func (*HelloWorld) Descriptor() ([]byte, []int)
Deprecated: Use HelloWorld.ProtoReflect.Descriptor instead.
func (*HelloWorld) GetName ¶
func (x *HelloWorld) GetName() string
func (*HelloWorld) ProtoMessage ¶
func (*HelloWorld) ProtoMessage()
func (*HelloWorld) ProtoReflect ¶
func (x *HelloWorld) ProtoReflect() protoreflect.Message
func (*HelloWorld) Reset ¶
func (x *HelloWorld) Reset()
func (*HelloWorld) String ¶
func (x *HelloWorld) String() string
Click to show internal directories.
Click to hide internal directories.