Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct { // AString is a test field. AString string `protobuf:"bytes,1,opt,name=AString,proto3" json:"AString,omitempty"` // AInt is a test int64. AInt int64 `protobuf:"varint,2,opt,name=AInt,proto3" json:"AInt,omitempty"` // contains filtered or unexported fields }
func (*Test) Descriptor
deprecated
func (*Test) GetAString ¶
func (*Test) ProtoMessage ¶
func (*Test) ProtoMessage()
func (*Test) ProtoReflect ¶
func (x *Test) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.