Documentation ¶
Index ¶
- Variables
- type M
- func (*M) Descriptor() ([]byte, []int)
- func (m *M) GetF() map[string]float64
- func (m *M) Marshal() (dAtA []byte, err error)
- func (m *M) MarshalTo(dAtA []byte) (int, error)
- func (*M) ProtoMessage()
- func (m *M) Reset()
- func (m *M) Size() (n int)
- func (m *M) String() string
- func (m *M) Unmarshal(dAtA []byte) error
- func (m *M) XXX_DiscardUnknown()
- func (m *M) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *M) XXX_Merge(src proto.Message)
- func (m *M) XXX_Size() int
- func (m *M) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthNopackage = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowNopackage = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type M ¶
type M struct { F map[string]float64 `` /* 145-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*M) Descriptor ¶
func (*M) ProtoMessage ¶
func (*M) ProtoMessage()
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
Click to show internal directories.
Click to hide internal directories.