merge

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2021 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

func (*A) GetB

func (m *A) GetB() B

func (*A) GetC added in v1.3.0

func (m *A) GetC() []C

func (*A) ProtoMessage

func (*A) ProtoMessage()

func (*A) Reset

func (m *A) Reset()

func (*A) String

func (m *A) String() string

func (*A) XXX_DiscardUnknown

func (m *A) XXX_DiscardUnknown()

func (*A) XXX_Marshal

func (m *A) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*A) XXX_Merge

func (m *A) XXX_Merge(src proto.Message)

func (*A) XXX_Size

func (m *A) XXX_Size() int

func (*A) XXX_Unmarshal

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

func (*B) Descriptor() ([]byte, []int)

func (*B) GetC

func (m *B) GetC() int64

func (*B) ProtoMessage

func (*B) ProtoMessage()

func (*B) Reset

func (m *B) Reset()

func (*B) String

func (m *B) String() string

func (*B) XXX_DiscardUnknown

func (m *B) XXX_DiscardUnknown()

func (*B) XXX_Marshal

func (m *B) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*B) XXX_Merge

func (m *B) XXX_Merge(src proto.Message)

func (*B) XXX_Size

func (m *B) XXX_Size() int

func (*B) XXX_Unmarshal

func (m *B) XXX_Unmarshal(b []byte) error

type C added in v1.3.0

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.0

func (*C) Descriptor() ([]byte, []int)

func (*C) GetD added in v1.3.0

func (m *C) GetD() int64

func (*C) ProtoMessage added in v1.3.0

func (*C) ProtoMessage()

func (*C) Reset added in v1.3.0

func (m *C) Reset()

func (*C) String added in v1.3.0

func (m *C) String() string

func (*C) XXX_DiscardUnknown added in v1.3.0

func (m *C) XXX_DiscardUnknown()

func (*C) XXX_Marshal added in v1.3.0

func (m *C) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*C) XXX_Merge added in v1.3.0

func (m *C) XXX_Merge(src proto.Message)

func (*C) XXX_Size added in v1.3.0

func (m *C) XXX_Size() int

func (*C) XXX_Unmarshal added in v1.3.0

func (m *C) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL