Documentation ¶
Index ¶
- Variables
- func Bytes(p []byte) ([]byte, []byte, error)
- func Double(p []byte) (float64, []byte, error)
- func Int64(p []byte) (int64, []byte, error)
- func Skip(p []byte) ([]byte, error)
- func SkipVarint(p []byte) ([]byte, error)
- func Uint64(p []byte) (uint64, []byte, error)
- func WireType(p []byte) (byte, []byte, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorTruncated = errors.New("Message truncated")
View Source
var ErrorUnknownWireType = errors.New("Unknown wire type")
Functions ¶
func SkipVarint ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.