Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_write_source_files_bar_bar_proto protoreflect.FileDescriptor
View Source
var File_write_source_files_bar_baz_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Bar ¶
type Bar struct { Bar *string `protobuf:"bytes,1,req,name=bar" json:"bar,omitempty"` Id *int32 `protobuf:"varint,2,req,name=id" json:"id,omitempty"` // contains filtered or unexported fields }
func (*Bar) Descriptor
deprecated
func (*Bar) ProtoMessage ¶
func (*Bar) ProtoMessage()
func (*Bar) ProtoReflect ¶
func (x *Bar) ProtoReflect() protoreflect.Message
type Baz ¶
type Baz struct { Baz *string `protobuf:"bytes,1,req,name=baz" json:"baz,omitempty"` Id *int32 `protobuf:"varint,2,req,name=id" json:"id,omitempty"` // contains filtered or unexported fields }
func (*Baz) Descriptor
deprecated
func (*Baz) ProtoMessage ¶
func (*Baz) ProtoMessage()
func (*Baz) ProtoReflect ¶
func (x *Baz) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.