Package issue630
type Bar struct {
Baz string `protobuf:"bytes,1,opt,name=Baz" json:"Baz"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Bar) Descriptor() ([]byte, []int)
func (m *Bar) GetBaz() string
func (this *Bar) GoString() string
func (*Bar) ProtoMessage()
func (*Bar) Reset
¶
func (m *Bar) Reset()
func (m *Bar) String() string
func (m *Bar) XXX_DiscardUnknown()
func (m *Bar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *Bar) XXX_Merge(src proto.Message)
func (m *Bar) XXX_Size() int
func (m *Bar) XXX_Unmarshal(b []byte) error
type Foo struct {
Bar1 []Bar `protobuf:"bytes,1,rep,name=Bar1" json:"Bar1"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Foo) Descriptor() ([]byte, []int)
func (m *Foo) GetBar1() []Bar
func (this *Foo) GoString() string
func (*Foo) ProtoMessage()
func (*Foo) Reset
¶
func (m *Foo) Reset()
func (m *Foo) String() string
func (m *Foo) XXX_DiscardUnknown()
func (m *Foo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *Foo) XXX_Merge(src proto.Message)
func (m *Foo) XXX_Size() int
func (m *Foo) XXX_Unmarshal(b []byte) error
type Qux struct {
Bar1 []*Bar `protobuf:"bytes,1,rep,name=Bar1" json:"Bar1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Qux) Descriptor() ([]byte, []int)
func (m *Qux) GetBar1() []*Bar
func (this *Qux) GoString() string
func (*Qux) ProtoMessage()
func (*Qux) Reset
¶
func (m *Qux) Reset()
func (m *Qux) String() string
func (m *Qux) XXX_DiscardUnknown()
func (m *Qux) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *Qux) XXX_Merge(src proto.Message)
func (m *Qux) XXX_Size() int
func (m *Qux) XXX_Unmarshal(b []byte) error