package merge
import "github.com/gogo/protobuf/test/merge"
Index ¶
- type A
- func (*A) Descriptor() ([]byte, []int)
- func (m *A) GetB() B
- 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
- func (*B) Descriptor() ([]byte, []int)
- 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
Types ¶
type A ¶
type A struct { B B `protobuf:"bytes,1,opt,name=B,proto3" json:"B"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*A) Descriptor ¶
func (*A) GetB ¶
func (*A) ProtoMessage ¶
func (*A) ProtoMessage()
func (*A) Reset ¶
func (m *A) Reset()
func (*A) String ¶
func (*A) XXX_DiscardUnknown ¶
func (m *A) XXX_DiscardUnknown()
func (*A) XXX_Marshal ¶
func (*A) XXX_Merge ¶
func (*A) XXX_Size ¶
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) GetC ¶
func (*B) ProtoMessage ¶
func (*B) ProtoMessage()
func (*B) Reset ¶
func (m *B) Reset()
func (*B) String ¶
func (*B) XXX_DiscardUnknown ¶
func (m *B) XXX_DiscardUnknown()
func (*B) XXX_Marshal ¶
func (*B) XXX_Merge ¶
func (*B) XXX_Size ¶
func (*B) XXX_Unmarshal ¶
Source Files ¶
- Version
- v1.2.1
- Published
- Feb 18, 2019
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 2 days ago –
Tools for package owners.