casttype

package
v2.0.0-beta-001+incomp... Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2018 License: Apache-2.0, BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Overview

Package casttype is a generated protocol buffer package.

It is generated from these files:

combos/both/casttype.proto

It has these top-level messages:

Castaway
Wilson

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthCasttype = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCasttype   = fmt.Errorf("proto: integer overflow")
)

Functions

Types

type Castaway

type Castaway struct {
	Int32Ptr         *int32                                                                                                      `protobuf:"varint,1,opt,name=Int32Ptr,casttype=int32" json:"Int32Ptr,omitempty"`
	Int32            int32                                                                                                       `protobuf:"varint,2,opt,name=Int32,casttype=int32" json:"Int32"`
	MyUint64Ptr      *github_com_gogo_protobuf_test_casttype.MyUint64Type                                                        `` /* 130-byte string literal not displayed */
	MyUint64         github_com_gogo_protobuf_test_casttype.MyUint64Type                                                         `protobuf:"varint,4,opt,name=MyUint64,casttype=github.com/gogo/protobuf/test/casttype.MyUint64Type" json:"MyUint64"`
	MyFloat32Ptr     *github_com_gogo_protobuf_test_casttype.MyFloat32Type                                                       `` /* 134-byte string literal not displayed */
	MyFloat32        github_com_gogo_protobuf_test_casttype.MyFloat32Type                                                        `protobuf:"fixed32,6,opt,name=MyFloat32,casttype=github.com/gogo/protobuf/test/casttype.MyFloat32Type" json:"MyFloat32"`
	MyFloat64Ptr     *github_com_gogo_protobuf_test_casttype.MyFloat64Type                                                       `` /* 134-byte string literal not displayed */
	MyFloat64        github_com_gogo_protobuf_test_casttype.MyFloat64Type                                                        `protobuf:"fixed64,8,opt,name=MyFloat64,casttype=github.com/gogo/protobuf/test/casttype.MyFloat64Type" json:"MyFloat64"`
	MyBytes          github_com_gogo_protobuf_test_casttype.Bytes                                                                `protobuf:"bytes,9,opt,name=MyBytes,casttype=github.com/gogo/protobuf/test/casttype.Bytes" json:"MyBytes,omitempty"`
	NormalBytes      []byte                                                                                                      `protobuf:"bytes,10,opt,name=NormalBytes" json:"NormalBytes,omitempty"`
	MyUint64S        []github_com_gogo_protobuf_test_casttype.MyUint64Type                                                       `` /* 127-byte string literal not displayed */
	MyMap            github_com_gogo_protobuf_test_casttype.MyMapType                                                            `` /* 190-byte string literal not displayed */
	MyCustomMap      map[github_com_gogo_protobuf_test_casttype.MyStringType]github_com_gogo_protobuf_test_casttype.MyUint64Type `` /* 266-byte string literal not displayed */
	MyNullableMap    map[github_com_gogo_protobuf_test_casttype.MyInt32Type]*Wilson                                              `` /* 207-byte string literal not displayed */
	MyEmbeddedMap    map[github_com_gogo_protobuf_test_casttype.MyInt32Type]Wilson                                               `` /* 197-byte string literal not displayed */
	String_          *github_com_gogo_protobuf_test_casttype.MyStringType                                                        `protobuf:"bytes,16,opt,name=String,casttype=github.com/gogo/protobuf/test/casttype.MyStringType" json:"String,omitempty"`
	XXX_unrecognized []byte                                                                                                      `json:"-"`
}

func NewCastawayFromFace

func NewCastawayFromFace(that CastawayFace) *Castaway

func NewPopulatedCastaway

func NewPopulatedCastaway(r randyCasttype, easy bool) *Castaway

func (*Castaway) Descriptor

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

func (*Castaway) Equal

func (this *Castaway) Equal(that interface{}) bool

func (*Castaway) GetInt32

func (this *Castaway) GetInt32() int32

func (*Castaway) GetInt32Ptr

func (this *Castaway) GetInt32Ptr() *int32

func (*Castaway) GetMyBytes

func (*Castaway) GetMyEmbeddedMap

func (*Castaway) GetMyFloat32

func (*Castaway) GetMyFloat32Ptr

func (*Castaway) GetMyFloat64

func (*Castaway) GetMyFloat64Ptr

func (*Castaway) GetMyMap

func (*Castaway) GetMyNullableMap

func (this *Castaway) GetMyNullableMap() map[github_com_gogo_protobuf_test_casttype.MyInt32Type]*Wilson

func (*Castaway) GetMyUint64

func (*Castaway) GetMyUint64Ptr

func (*Castaway) GetMyUint64S

func (*Castaway) GetNormalBytes

func (this *Castaway) GetNormalBytes() []byte

func (*Castaway) GetString_

func (*Castaway) GoString

func (this *Castaway) GoString() string

func (*Castaway) Marshal

func (m *Castaway) Marshal() (dAtA []byte, err error)

func (*Castaway) MarshalTo

func (m *Castaway) MarshalTo(dAtA []byte) (int, error)

func (*Castaway) Proto

func (*Castaway) ProtoMessage

func (*Castaway) ProtoMessage()

func (*Castaway) Reset

func (m *Castaway) Reset()

func (*Castaway) Size

func (m *Castaway) Size() (n int)

func (*Castaway) String

func (this *Castaway) String() string

func (*Castaway) TestProto

func (*Castaway) Unmarshal

func (m *Castaway) Unmarshal(dAtA []byte) error

func (*Castaway) VerboseEqual

func (this *Castaway) VerboseEqual(that interface{}) error

type Wilson

type Wilson struct {
	Int64            *int64 `protobuf:"varint,1,opt,name=Int64" json:"Int64,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func NewPopulatedWilson

func NewPopulatedWilson(r randyCasttype, easy bool) *Wilson

func NewWilsonFromFace

func NewWilsonFromFace(that WilsonFace) *Wilson

func (*Wilson) Descriptor

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

func (*Wilson) Equal

func (this *Wilson) Equal(that interface{}) bool

func (*Wilson) GetInt64

func (this *Wilson) GetInt64() *int64

func (*Wilson) GoString

func (this *Wilson) GoString() string

func (*Wilson) Marshal

func (m *Wilson) Marshal() (dAtA []byte, err error)

func (*Wilson) MarshalTo

func (m *Wilson) MarshalTo(dAtA []byte) (int, error)

func (*Wilson) Proto

func (*Wilson) ProtoMessage

func (*Wilson) ProtoMessage()

func (*Wilson) Reset

func (m *Wilson) Reset()

func (*Wilson) Size

func (m *Wilson) Size() (n int)

func (*Wilson) String

func (this *Wilson) String() string

func (*Wilson) TestProto

func (this *Wilson) TestProto() github_com_gogo_protobuf_proto.Message

func (*Wilson) Unmarshal

func (m *Wilson) Unmarshal(dAtA []byte) error

func (*Wilson) VerboseEqual

func (this *Wilson) VerboseEqual(that interface{}) error

type WilsonFace

type WilsonFace interface {
	Proto() github_com_gogo_protobuf_proto.Message
	GetInt64() *int64
}

Jump to

Keyboard shortcuts

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