package asym
import "github.com/gogo/protobuf/test/asymetric-issue125"
Package asym is a generated protocol buffer package.
It is generated from these files:
asym.proto
It has these top-level messages:
M MyType
Index ¶
- Variables
- type M
- func NewPopulatedM(r randyAsym, easy bool) *M
- func (*M) Descriptor() ([]byte, []int)
- func (this *M) Equal(that interface{}) bool
- func (m *M) Marshal() (dAtA []byte, err error)
- func (m *M) MarshalTo(dAtA []byte) (int, error)
- func (*M) ProtoMessage()
- func (m *M) Reset()
- func (m *M) Size() (n int)
- func (m *M) String() string
- func (m *M) Unmarshal(dAtA []byte) error
- func (this *M) VerboseEqual(that interface{}) error
- type MyType
- func NewPopulatedMyType(r randyAsym) *MyType
- func (*MyType) Descriptor() ([]byte, []int)
- func (this *MyType) Equal(that interface{}) bool
- func (m MyType) Marshal() (data []byte, err error)
- func (m *MyType) MarshalTo(data []byte) (int, error)
- func (*MyType) ProtoMessage()
- func (m *MyType) Reset()
- func (m *MyType) Size() (n int)
- func (m *MyType) String() string
- func (m *MyType) Unmarshal(dAtA []byte) error
- func (this *MyType) VerboseEqual(that interface{}) error
Variables ¶
var ( ErrInvalidLengthAsym = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowAsym = fmt.Errorf("proto: integer overflow") )
Types ¶
type M ¶
type M struct { Arr []MyType `protobuf:"bytes,1,rep,name=arr,customtype=MyType" json:"arr"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedM ¶
func (*M) Descriptor ¶
func (*M) Equal ¶
func (*M) Marshal ¶
func (*M) MarshalTo ¶
func (*M) ProtoMessage ¶
func (*M) ProtoMessage()
func (*M) Reset ¶
func (m *M) Reset()
func (*M) Size ¶
func (*M) String ¶
func (*M) Unmarshal ¶
func (*M) VerboseEqual ¶
type MyType ¶
type MyType struct { XXX_unrecognized []byte `json:"-"` }
func NewPopulatedMyType ¶
func NewPopulatedMyType(r randyAsym) *MyType
func (*MyType) Descriptor ¶
func (*MyType) Equal ¶
func (MyType) Marshal ¶
func (*MyType) MarshalTo ¶
func (*MyType) ProtoMessage ¶
func (*MyType) ProtoMessage()
func (*MyType) Reset ¶
func (m *MyType) Reset()
func (*MyType) Size ¶
func (*MyType) String ¶
func (*MyType) Unmarshal ¶
func (*MyType) VerboseEqual ¶
Source Files ¶
- Version
- v1.0.0
- Published
- Feb 2, 2018
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 2 days ago –
Tools for package owners.