Package castvalue
func CastvalueDescription() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
type Castaway struct {
CastMapValueMessage map[int32]MyWilson `protobuf:"bytes,1,rep,name=CastMapValueMessage,castvalue=MyWilson,castvaluetype=castvalue.Wilson" json:"CastMapValueMessage" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
CastMapValueMessageNullable map[int32]*MyWilson `protobuf:"bytes,2,rep,name=CastMapValueMessageNullable,castvalue=MyWilson,castvaluetype=castvalue.Wilson" json:"CastMapValueMessageNullable,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func NewCastawayFromFace(that CastawayFace) *Castaway
func NewPopulatedCastaway(r randyCastvalue, easy bool) *Castaway
func (this *Castaway) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*Castaway) Descriptor() ([]byte, []int)
func (*Castaway) Equal
¶
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 (*Castaway) Proto
¶
func (this *Castaway) Proto() github_com_gogo_protobuf_proto.Message
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 (this *Castaway) TestProto() github_com_gogo_protobuf_proto.Message
func (this *Castaway) VerboseEqual(that interface{}) error
func (m *Castaway) XXX_DiscardUnknown()
func (m *Castaway) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *Castaway) XXX_Merge(src proto.Message)
func (m *Castaway) XXX_Size() int
func (m *Castaway) XXX_Unmarshal(b []byte) error
type CastawayFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetCastMapValueMessage() map[int32]MyWilson
GetCastMapValueMessageNullable() map[int32]*MyWilson
}
type MyWilson Wilson
type Wilson struct {
Int64 *int64 `protobuf:"varint,1,opt,name=Int64" json:"Int64,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func NewPopulatedWilson(r randyCastvalue, easy bool) *Wilson
func NewWilsonFromFace(that WilsonFace) *Wilson
func (this *Wilson) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*Wilson) Descriptor() ([]byte, []int)
func (*Wilson) Equal
¶
func (this *Wilson) Equal(that interface{}) bool
func (this *Wilson) GetInt64() *int64
func (this *Wilson) GoString() string
func (*Wilson) Proto
¶
func (this *Wilson) Proto() github_com_gogo_protobuf_proto.Message
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 (this *Wilson) TestProto() github_com_gogo_protobuf_proto.Message
func (this *Wilson) VerboseEqual(that interface{}) error
func (m *Wilson) XXX_DiscardUnknown()
func (m *Wilson) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *Wilson) XXX_Merge(src proto.Message)
func (m *Wilson) XXX_Size() int
func (m *Wilson) XXX_Unmarshal(b []byte) error
type WilsonFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetInt64() *int64
}
Subdirectories