Documentation ¶
Overview ¶
Package test is a generated protocol buffer package.
It is generated from these files:
test.proto
It has these top-level messages:
Foo Bar
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bar ¶
type Bar struct { Foos []*Foo `protobuf:"bytes,1,rep,name=foos" json:"foos,omitempty"` Strs []string `protobuf:"bytes,2,rep,name=strs" json:"strs,omitempty"` Bufs [][]byte `protobuf:"bytes,3,rep,name=bufs" json:"bufs,omitempty"` }
func (*Bar) ProtoMessage ¶
func (*Bar) ProtoMessage()
type Foo ¶
type Foo struct { A *int32 `protobuf:"varint,1,opt,name=a" json:"a,omitempty"` B *int32 `protobuf:"varint,2,opt,name=b" json:"b,omitempty"` C []int32 `protobuf:"varint,3,rep,name=c" json:"c,omitempty"` D *int32 `protobuf:"varint,4,opt,name=d" json:"d,omitempty"` }
func (*Foo) ProtoMessage ¶
func (*Foo) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.