Documentation ¶
Index ¶
- func FileDotDescription() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- type M
- func (this *M) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*M) Descriptor() ([]byte, []int)
- func (this *M) Equal(that interface{}) bool
- func (this *M) GetA() *string
- func (this *M) GoString() string
- func (m *M) IsNil() bool
- func (this *M) Proto() github_com_coderyw_protobuf_proto.Message
- func (*M) ProtoMessage()
- func (m *M) Reset()
- func (m *M) SetA_(val string)
- func (m *M) Size() (n int)
- func (this *M) String() string
- func (this *M) TestProto() github_com_coderyw_protobuf_proto.Message
- func (this *M) VerboseEqual(that interface{}) error
- func (m *M) XXX_DiscardUnknown()
- func (m *M) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *M) XXX_Merge(src proto.Message)
- func (m *M) XXX_Size() int
- func (m *M) XXX_Unmarshal(b []byte) error
- type MFace
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileDotDescription ¶
func FileDotDescription() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
Types ¶
type M ¶
type M struct { A *string `protobuf:"bytes,1,opt,name=a" json:"a,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewMFromFace ¶
func NewPopulatedM ¶
func (*M) Description ¶
func (this *M) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*M) Descriptor ¶
func (*M) Proto ¶
func (this *M) Proto() github_com_coderyw_protobuf_proto.Message
func (*M) ProtoMessage ¶
func (*M) ProtoMessage()
func (*M) TestProto ¶
func (this *M) TestProto() github_com_coderyw_protobuf_proto.Message
func (*M) VerboseEqual ¶
func (*M) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *M) XXX_DiscardUnknown()
func (*M) XXX_Marshal ¶ added in v1.1.0
func (*M) XXX_Unmarshal ¶ added in v1.1.0
type MFace ¶
type MFace interface { Proto() github_com_coderyw_protobuf_proto.Message GetA() *string }
Click to show internal directories.
Click to hide internal directories.