Package merge
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() ([]byte, []int)
func (*A) GetB
¶
func (m *A) GetB() B
func (*A) GetC
¶
func (m *A) GetC() []C
func (*A) ProtoMessage()
func (m *A) Reset()
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
¶
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() ([]byte, []int)
func (*B) GetC
¶
func (m *B) GetC() int64
func (*B) ProtoMessage()
func (m *B) Reset()
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
¶
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() ([]byte, []int)
func (*C) GetD
¶
func (m *C) GetD() int64
func (*C) ProtoMessage()
func (m *C) Reset()
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