package proto
import "github.com/gogo/protobuf/test/issue8"
Index ¶
- Variables
- type Foo
- func NewPopulatedFoo(r randyProto, easy bool) *Foo
- func (*Foo) Descriptor() ([]byte, []int)
- func (this *Foo) Equal(that interface{}) bool
- func (m *Foo) GetBar() uint64
- func (*Foo) ProtoMessage()
- func (m *Foo) Reset()
- func (m *Foo) String() string
- func (m *Foo) Unmarshal(dAtA []byte) error
- func (m *Foo) XXX_DiscardUnknown()
- func (m *Foo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Foo) XXX_Merge(src proto.Message)
- func (m *Foo) XXX_Size() int
- func (m *Foo) XXX_Unmarshal(b []byte) error
Variables ¶
var ( ErrInvalidLengthProto = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowProto = fmt.Errorf("proto: integer overflow") )
Types ¶
type Foo ¶
type Foo struct { Bar *uint64 `protobuf:"varint,1,req,name=bar" json:"bar,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedFoo ¶
func (*Foo) Descriptor ¶
func (*Foo) Equal ¶
func (*Foo) GetBar ¶
func (*Foo) ProtoMessage ¶
func (*Foo) ProtoMessage()
func (*Foo) Reset ¶
func (m *Foo) Reset()
func (*Foo) String ¶
func (*Foo) Unmarshal ¶
func (*Foo) XXX_DiscardUnknown ¶
func (m *Foo) XXX_DiscardUnknown()
func (*Foo) XXX_Marshal ¶
func (*Foo) XXX_Merge ¶
func (*Foo) XXX_Size ¶
func (*Foo) XXX_Unmarshal ¶
Source Files ¶
- Version
- v1.1.1
- Published
- Jul 17, 2018
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 2 days ago –
Tools for package owners.