Documentation ¶
Overview ¶
Package tags is a generated protocol buffer package.
It is generated from these files:
tags.proto
It has these top-level messages:
Outside Inside
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Inside ¶
type Inside struct { Field1 *string `protobuf:"bytes,1,opt,name=Field1" json:"MyField1" xml:",chardata"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedInside ¶
func (*Inside) Descriptor ¶
func (*Inside) ProtoMessage ¶
func (*Inside) ProtoMessage()
type Outside ¶
type Outside struct { *Inside `protobuf:"bytes,1,opt,name=Inside,embedded=Inside" json:""` Field2 *string `protobuf:"bytes,2,opt,name=Field2" json:"MyField2" xml:",comment"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedOutside ¶
func (*Outside) Descriptor ¶
func (*Outside) ProtoMessage ¶
func (*Outside) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.