package
Version:
v1.7.7
Opens a new window with list of versions in this module.
Published: Dec 24, 2025
License: MIT, Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
KindVarint Kind = iota
KindFixed32
KindFixed64
KindBytes
KindString
KindMessage
KindPackedVarint
KindPackedFixed32
KindPackedFixed64
KindGroup
)
type Marshaler interface {
MarshalProto() ([]byte, error)
}
type Unmarshaler interface {
UnmarshalProto([]byte) error
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.