Documentation ¶
Index ¶
- type Bar
- func (*Bar) Descriptor() ([]byte, []int)
- func (m *Bar) GetBaz() string
- func (this *Bar) GoString() string
- func (m *Bar) IsNil() bool
- func (*Bar) ProtoMessage()
- func (m *Bar) Reset()
- func (m *Bar) SetBaz_(val string)
- 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
- func (*Foo) Descriptor() ([]byte, []int)
- func (m *Foo) GetBar1() []Bar
- func (this *Foo) GoString() string
- func (m *Foo) IsNil() bool
- func (*Foo) ProtoMessage()
- func (m *Foo) Reset()
- func (m *Foo) SetBar1_(val []Bar)
- 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
- func (*Qux) Descriptor() ([]byte, []int)
- func (m *Qux) GetBar1() []*Bar
- func (this *Qux) GoString() string
- func (m *Qux) IsNil() bool
- func (*Qux) ProtoMessage()
- func (m *Qux) Reset()
- func (m *Qux) SetBar1_(val []*Bar)
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bar ¶
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 ¶
func (*Bar) ProtoMessage ¶
func (*Bar) ProtoMessage()
func (*Bar) XXX_DiscardUnknown ¶
func (m *Bar) XXX_DiscardUnknown()
func (*Bar) XXX_Unmarshal ¶
type Foo ¶
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 ¶
func (*Foo) ProtoMessage ¶
func (*Foo) ProtoMessage()
func (*Foo) XXX_DiscardUnknown ¶
func (m *Foo) XXX_DiscardUnknown()
func (*Foo) XXX_Unmarshal ¶
type Qux ¶
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 ¶
func (*Qux) ProtoMessage ¶
func (*Qux) ProtoMessage()
func (*Qux) XXX_DiscardUnknown ¶
func (m *Qux) XXX_DiscardUnknown()
func (*Qux) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.