Documentation ¶
Index ¶
- type A
- func (*A) Descriptor() ([]byte, []int)
- func (m *A) GetB() B
- func (m *A) GetC() []C
- func (m *A) IsNil() bool
- func (*A) ProtoMessage()
- func (m *A) Reset()
- func (m *A) SetB_(val B)
- func (m *A) SetC_(val []C)
- func (m *A) String() string
- func (m *A) XXX_DiscardUnknown()
- func (m *A) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *A) XXX_Merge(src proto.Message)
- func (m *A) XXX_Size() int
- func (m *A) XXX_Unmarshal(b []byte) error
- type B
- func (*B) Descriptor() ([]byte, []int)
- func (m *B) GetC() int64
- func (m *B) IsNil() bool
- func (*B) ProtoMessage()
- func (m *B) Reset()
- func (m *B) SetC_(val int64)
- func (m *B) String() string
- func (m *B) XXX_DiscardUnknown()
- func (m *B) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *B) XXX_Merge(src proto.Message)
- func (m *B) XXX_Size() int
- func (m *B) XXX_Unmarshal(b []byte) error
- type C
- func (*C) Descriptor() ([]byte, []int)
- func (m *C) GetD() int64
- func (m *C) IsNil() bool
- func (*C) ProtoMessage()
- func (m *C) Reset()
- func (m *C) SetD_(val int64)
- func (m *C) String() string
- func (m *C) XXX_DiscardUnknown()
- func (m *C) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *C) XXX_Merge(src proto.Message)
- func (m *C) XXX_Size() int
- func (m *C) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type A ¶
type A struct { B B `protobuf:"bytes,1,opt,name=B,proto3" json:"B"` C []C `protobuf:"bytes,2,rep,name=c,proto3" json:"c"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*A) Descriptor ¶
func (*A) ProtoMessage ¶
func (*A) ProtoMessage()
func (*A) XXX_DiscardUnknown ¶
func (m *A) XXX_DiscardUnknown()
func (*A) XXX_Unmarshal ¶
type B ¶
type B struct { C int64 `protobuf:"varint,1,opt,name=c,proto3" json:"c,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*B) Descriptor ¶
func (*B) ProtoMessage ¶
func (*B) ProtoMessage()
func (*B) XXX_DiscardUnknown ¶
func (m *B) XXX_DiscardUnknown()
func (*B) XXX_Unmarshal ¶
type C ¶ added in v1.3.9
type C struct { D int64 `protobuf:"varint,1,opt,name=d,proto3" json:"d,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*C) Descriptor ¶ added in v1.3.9
func (*C) ProtoMessage ¶ added in v1.3.9
func (*C) ProtoMessage()
func (*C) XXX_DiscardUnknown ¶ added in v1.3.9
func (m *C) XXX_DiscardUnknown()
func (*C) XXX_Marshal ¶ added in v1.3.9
func (*C) XXX_Unmarshal ¶ added in v1.3.9
Click to show internal directories.
Click to hide internal directories.