package nopackage
import "github.com/gogo/protobuf/test/nopackage"
Package nopackage is a generated protocol buffer package.
It is generated from these files:
nopackage.proto
It has these top-level messages:
M
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
Variables ¶
var ( ErrInvalidLengthNopackage = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowNopackage = fmt.Errorf("proto: integer overflow") )
Types ¶
type M ¶
type M struct { F map[string]float64 `protobuf:"bytes,1,rep,name=f" json:"f,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"fixed64,2,opt,name=value,proto3"` }
func (*M) Descriptor ¶
func (*M) GetF ¶
func (*M) Marshal ¶
func (*M) MarshalTo ¶
func (*M) ProtoMessage ¶
func (*M) ProtoMessage()
func (*M) Reset ¶
func (m *M) Reset()
func (*M) Size ¶
func (*M) String ¶
func (*M) Unmarshal ¶
Source Files ¶
- Version
- v1.0.0
- Published
- Feb 2, 2018
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 2 days ago –
Tools for package owners.