Documentation ¶
Index ¶
- Variables
- func CastvalueDescription() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- type Castaway
- func (this *Castaway) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_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) IsNil() bool
- func (this *Castaway) Proto() github_com_coderyw_protobuf_proto.Message
- func (*Castaway) ProtoMessage()
- func (m *Castaway) Reset()
- func (m *Castaway) SetCastMapValueMessageNullable_(val map[int32]*MyWilson)
- func (m *Castaway) SetCastMapValueMessage_(val map[int32]MyWilson)
- func (m *Castaway) Size() (n int)
- func (this *Castaway) String() string
- func (this *Castaway) TestProto() github_com_coderyw_protobuf_proto.Message
- func (m *Castaway) Unmarshal(dAtA []byte) error
- 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
- type Wilson
- func (this *Wilson) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_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) IsNil() bool
- func (this *Wilson) Proto() github_com_coderyw_protobuf_proto.Message
- func (*Wilson) ProtoMessage()
- func (m *Wilson) Reset()
- func (m *Wilson) SetInt64_(val int64)
- func (m *Wilson) Size() (n int)
- func (this *Wilson) String() string
- func (this *Wilson) TestProto() github_com_coderyw_protobuf_proto.Message
- func (m *Wilson) Unmarshal(dAtA []byte) error
- 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
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CastvalueDescription ¶
func CastvalueDescription() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_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_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewCastawayFromFace ¶
func NewCastawayFromFace(that CastawayFace) *Castaway
func NewPopulatedCastaway ¶
func (*Castaway) Description ¶
func (this *Castaway) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*Castaway) Descriptor ¶
func (*Castaway) GetCastMapValueMessage ¶
func (*Castaway) GetCastMapValueMessageNullable ¶
func (*Castaway) Proto ¶
func (this *Castaway) Proto() github_com_coderyw_protobuf_proto.Message
func (*Castaway) ProtoMessage ¶
func (*Castaway) ProtoMessage()
func (*Castaway) SetCastMapValueMessageNullable_ ¶ added in v1.4.9
func (*Castaway) SetCastMapValueMessage_ ¶ added in v1.4.9
func (*Castaway) TestProto ¶
func (this *Castaway) TestProto() github_com_coderyw_protobuf_proto.Message
func (*Castaway) VerboseEqual ¶
func (*Castaway) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *Castaway) XXX_DiscardUnknown()
func (*Castaway) XXX_Marshal ¶ added in v1.1.0
func (*Castaway) XXX_Unmarshal ¶ added in v1.1.0
type CastawayFace ¶
type CastawayFace interface { Proto() github_com_coderyw_protobuf_proto.Message GetCastMapValueMessage() map[int32]MyWilson GetCastMapValueMessageNullable() map[int32]*MyWilson }
type 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 ¶
func NewWilsonFromFace ¶
func NewWilsonFromFace(that WilsonFace) *Wilson
func (*Wilson) Description ¶
func (this *Wilson) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*Wilson) Descriptor ¶
func (*Wilson) Proto ¶
func (this *Wilson) Proto() github_com_coderyw_protobuf_proto.Message
func (*Wilson) ProtoMessage ¶
func (*Wilson) ProtoMessage()
func (*Wilson) TestProto ¶
func (this *Wilson) TestProto() github_com_coderyw_protobuf_proto.Message
func (*Wilson) VerboseEqual ¶
func (*Wilson) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *Wilson) XXX_DiscardUnknown()
func (*Wilson) XXX_Marshal ¶ added in v1.1.0
func (*Wilson) XXX_Unmarshal ¶ added in v1.1.0
type WilsonFace ¶
type WilsonFace interface { Proto() github_com_coderyw_protobuf_proto.Message GetInt64() *int64 }
Click to show internal directories.
Click to hide internal directories.