Documentation ¶
Index ¶
- Variables
- type TestStruct1
- func (*TestStruct1) Descriptor() ([]byte, []int)
- func (this *TestStruct1) Equal(that interface{}) bool
- func (m *TestStruct1) GetField1() uint64
- func (m *TestStruct1) GetField2() []byte
- func (this *TestStruct1) GoString() string
- func (m *TestStruct1) Marshal() (dAtA []byte, err error)
- func (m *TestStruct1) MarshalTo(dAtA []byte) (int, error)
- func (m *TestStruct1) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TestStruct1) ProtoMessage()
- func (m *TestStruct1) Reset()
- func (m *TestStruct1) Size() (n int)
- func (this *TestStruct1) String() string
- func (m *TestStruct1) Unmarshal(dAtA []byte) error
- func (m *TestStruct1) XXX_DiscardUnknown()
- func (m *TestStruct1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TestStruct1) XXX_Merge(src proto.Message)
- func (m *TestStruct1) XXX_Size() int
- func (m *TestStruct1) XXX_Unmarshal(b []byte) error
- type TestStruct2
- func (*TestStruct2) Descriptor() ([]byte, []int)
- func (this *TestStruct2) Equal(that interface{}) bool
- func (m *TestStruct2) GetField1() uint64
- func (m *TestStruct2) GetField2() []byte
- func (m *TestStruct2) GetField3() []byte
- func (this *TestStruct2) GoString() string
- func (m *TestStruct2) Marshal() (dAtA []byte, err error)
- func (m *TestStruct2) MarshalTo(dAtA []byte) (int, error)
- func (m *TestStruct2) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TestStruct2) ProtoMessage()
- func (m *TestStruct2) Reset()
- func (m *TestStruct2) Size() (n int)
- func (this *TestStruct2) String() string
- func (m *TestStruct2) Unmarshal(dAtA []byte) error
- func (m *TestStruct2) XXX_DiscardUnknown()
- func (m *TestStruct2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TestStruct2) XXX_Merge(src proto.Message)
- func (m *TestStruct2) XXX_Size() int
- func (m *TestStruct2) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type TestStruct1 ¶
type TestStruct1 struct { Field1 uint64 `protobuf:"varint,1,opt,name=field1,proto3" json:"field1,omitempty"` Field2 []byte `protobuf:"bytes,2,opt,name=field2,proto3" json:"field2,omitempty"` }
func (*TestStruct1) Descriptor ¶
func (*TestStruct1) Descriptor() ([]byte, []int)
func (*TestStruct1) Equal ¶
func (this *TestStruct1) Equal(that interface{}) bool
func (*TestStruct1) GetField1 ¶
func (m *TestStruct1) GetField1() uint64
func (*TestStruct1) GetField2 ¶
func (m *TestStruct1) GetField2() []byte
func (*TestStruct1) GoString ¶
func (this *TestStruct1) GoString() string
func (*TestStruct1) Marshal ¶
func (m *TestStruct1) Marshal() (dAtA []byte, err error)
func (*TestStruct1) MarshalToSizedBuffer ¶
func (m *TestStruct1) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TestStruct1) ProtoMessage ¶
func (*TestStruct1) ProtoMessage()
func (*TestStruct1) Reset ¶
func (m *TestStruct1) Reset()
func (*TestStruct1) Size ¶
func (m *TestStruct1) Size() (n int)
func (*TestStruct1) String ¶
func (this *TestStruct1) String() string
func (*TestStruct1) Unmarshal ¶
func (m *TestStruct1) Unmarshal(dAtA []byte) error
func (*TestStruct1) XXX_DiscardUnknown ¶
func (m *TestStruct1) XXX_DiscardUnknown()
func (*TestStruct1) XXX_Marshal ¶
func (m *TestStruct1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TestStruct1) XXX_Merge ¶
func (m *TestStruct1) XXX_Merge(src proto.Message)
func (*TestStruct1) XXX_Size ¶
func (m *TestStruct1) XXX_Size() int
func (*TestStruct1) XXX_Unmarshal ¶
func (m *TestStruct1) XXX_Unmarshal(b []byte) error
type TestStruct2 ¶
type TestStruct2 struct { Field1 uint64 `protobuf:"varint,1,opt,name=field1,proto3" json:"field1,omitempty"` Field2 []byte `protobuf:"bytes,2,opt,name=field2,proto3" json:"field2,omitempty"` Field3 []byte `protobuf:"bytes,3,opt,name=field3,proto3" json:"field3,omitempty"` }
func (*TestStruct2) Descriptor ¶
func (*TestStruct2) Descriptor() ([]byte, []int)
func (*TestStruct2) Equal ¶
func (this *TestStruct2) Equal(that interface{}) bool
func (*TestStruct2) GetField1 ¶
func (m *TestStruct2) GetField1() uint64
func (*TestStruct2) GetField2 ¶
func (m *TestStruct2) GetField2() []byte
func (*TestStruct2) GetField3 ¶
func (m *TestStruct2) GetField3() []byte
func (*TestStruct2) GoString ¶
func (this *TestStruct2) GoString() string
func (*TestStruct2) Marshal ¶
func (m *TestStruct2) Marshal() (dAtA []byte, err error)
func (*TestStruct2) MarshalToSizedBuffer ¶
func (m *TestStruct2) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TestStruct2) ProtoMessage ¶
func (*TestStruct2) ProtoMessage()
func (*TestStruct2) Reset ¶
func (m *TestStruct2) Reset()
func (*TestStruct2) Size ¶
func (m *TestStruct2) Size() (n int)
func (*TestStruct2) String ¶
func (this *TestStruct2) String() string
func (*TestStruct2) Unmarshal ¶
func (m *TestStruct2) Unmarshal(dAtA []byte) error
func (*TestStruct2) XXX_DiscardUnknown ¶
func (m *TestStruct2) XXX_DiscardUnknown()
func (*TestStruct2) XXX_Marshal ¶
func (m *TestStruct2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TestStruct2) XXX_Merge ¶
func (m *TestStruct2) XXX_Merge(src proto.Message)
func (*TestStruct2) XXX_Size ¶
func (m *TestStruct2) XXX_Size() int
func (*TestStruct2) XXX_Unmarshal ¶
func (m *TestStruct2) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.