package tags
import "github.com/gogo/protobuf/test/tags"
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 ¶
- type Inside
- func NewPopulatedInside(r randyTags, easy bool) *Inside
- func (*Inside) Descriptor() ([]byte, []int)
- func (m *Inside) GetField1() string
- func (*Inside) ProtoMessage()
- func (m *Inside) Reset()
- func (m *Inside) String() string
- type Outside
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) GetField1 ¶
func (*Inside) ProtoMessage ¶
func (*Inside) ProtoMessage()
func (*Inside) Reset ¶
func (m *Inside) Reset()
func (*Inside) String ¶
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) GetField2 ¶
func (*Outside) ProtoMessage ¶
func (*Outside) ProtoMessage()
func (*Outside) Reset ¶
func (m *Outside) Reset()
func (*Outside) String ¶
Source Files ¶
- Version
- v1.0.0
- Published
- Feb 2, 2018
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 3 hours ago –
Tools for package owners.