Documentation ¶
Index ¶
- Variables
- type MyMessage
- func (*MyMessage) Descriptor() ([]byte, []int)
- func (this *MyMessage) Equal(that interface{}) bool
- func (m *MyMessage) GetMessage() string
- func (this *MyMessage) GoString() string
- func (m *MyMessage) Marshal() (dAtA []byte, err error)
- func (m *MyMessage) MarshalTo(dAtA []byte) (int, error)
- func (*MyMessage) ProtoMessage()
- func (m *MyMessage) Reset()
- func (m *MyMessage) Size() (n int)
- func (this *MyMessage) String() string
- func (m *MyMessage) Unmarshal(dAtA []byte) error
- func (m *MyMessage) XXX_DiscardUnknown()
- func (m *MyMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MyMessage) XXX_Merge(src proto.Message)
- func (m *MyMessage) XXX_Size() int
- func (m *MyMessage) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthProtos = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowProtos = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type MyMessage ¶
type MyMessage struct { Message string `protobuf:"bytes,1,opt,name=Message,proto3" json:"Message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MyMessage) Descriptor ¶
func (*MyMessage) GetMessage ¶
func (*MyMessage) ProtoMessage ¶
func (*MyMessage) ProtoMessage()
func (*MyMessage) XXX_DiscardUnknown ¶
func (m *MyMessage) XXX_DiscardUnknown()
func (*MyMessage) XXX_Marshal ¶
func (*MyMessage) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.