Documentation ¶
Overview ¶
Package castvalue is a generated protocol buffer package.
It is generated from these files:
combos/both/castvalue.proto
It has these top-level messages:
Castaway Wilson
Index ¶
- Variables
- func CastvalueDescription() (desc *descriptor.FileDescriptorSet)
- type Castaway
- func (this *Castaway) Description() (desc *descriptor.FileDescriptorSet)
- func (*Castaway) Descriptor() ([]byte, []int)
- func (this *Castaway) Equal(that interface{}) bool
- func (this *Castaway) GetCastMapValueMessage() map[int32]MyWilson
- func (this *Castaway) GetCastMapValueMessageNullable() map[int32]*MyWilson
- func (this *Castaway) GoString() string
- func (m *Castaway) Marshal() (dAtA []byte, err error)
- func (m *Castaway) MarshalTo(dAtA []byte) (int, error)
- func (this *Castaway) Proto() proto.Message
- func (*Castaway) ProtoMessage()
- func (m *Castaway) Reset()
- func (m *Castaway) Size() (n int)
- func (this *Castaway) String() string
- func (this *Castaway) TestProto() proto.Message
- func (m *Castaway) Unmarshal(dAtA []byte) error
- func (this *Castaway) VerboseEqual(that interface{}) error
- type CastawayFace
- type MyWilson
- type Wilson
- func (this *Wilson) Description() (desc *descriptor.FileDescriptorSet)
- func (*Wilson) Descriptor() ([]byte, []int)
- func (this *Wilson) Equal(that interface{}) bool
- func (this *Wilson) GetInt64() *int64
- func (this *Wilson) GoString() string
- func (m *Wilson) Marshal() (dAtA []byte, err error)
- func (m *Wilson) MarshalTo(dAtA []byte) (int, error)
- func (this *Wilson) Proto() proto.Message
- func (*Wilson) ProtoMessage()
- func (m *Wilson) Reset()
- func (m *Wilson) Size() (n int)
- func (this *Wilson) String() string
- func (this *Wilson) TestProto() proto.Message
- func (m *Wilson) Unmarshal(dAtA []byte) error
- func (this *Wilson) VerboseEqual(that interface{}) error
- type WilsonFace
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthCastvalue = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCastvalue = fmt.Errorf("proto: integer overflow") )
Functions ¶
func CastvalueDescription ¶
func CastvalueDescription() (desc *descriptor.FileDescriptorSet)
Types ¶
type Castaway ¶
type Castaway struct { CastMapValueMessage map[int32]MyWilson `` /* 199-byte string literal not displayed */ CastMapValueMessageNullable map[int32]*MyWilson `` /* 225-byte string literal not displayed */ XXX_unrecognized []byte `json:"-"` }
func NewCastawayFromFace ¶
func NewCastawayFromFace(that CastawayFace) *Castaway
func NewPopulatedCastaway ¶
func (*Castaway) Description ¶
func (this *Castaway) Description() (desc *descriptor.FileDescriptorSet)
func (*Castaway) Descriptor ¶
func (*Castaway) GetCastMapValueMessage ¶
func (*Castaway) GetCastMapValueMessageNullable ¶
func (*Castaway) ProtoMessage ¶
func (*Castaway) ProtoMessage()
func (*Castaway) VerboseEqual ¶
type CastawayFace ¶
type Wilson ¶
type Wilson struct { Int64 *int64 `protobuf:"varint,1,opt,name=Int64" json:"Int64,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedWilson ¶
func NewWilsonFromFace ¶
func NewWilsonFromFace(that WilsonFace) *Wilson
func (*Wilson) Description ¶
func (this *Wilson) Description() (desc *descriptor.FileDescriptorSet)
func (*Wilson) Descriptor ¶
func (*Wilson) ProtoMessage ¶
func (*Wilson) ProtoMessage()
func (*Wilson) VerboseEqual ¶
type WilsonFace ¶
Click to show internal directories.
Click to hide internal directories.