//
pkg.gl
Category
github.com/prometheus/tsdb
encoding
package
0.10.0
Repository:
https://github.com/prometheus/tsdb.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
190 SLOC
#
Functions
NewDecbufAt
NewDecbufAt returns a new decoding buffer.
NewDecbufUvarintAt
NewDecbufUvarintAt returns a new decoding buffer.
#
Variables
ErrInvalidChecksum
No description provided by the author
ErrInvalidSize
No description provided by the author
#
Structs
Decbuf
Decbuf provides safe methods to extract data from a byte slice.
Encbuf
Encbuf is a helper type to populate a byte slice with various types.
#
Interfaces
ByteSlice
ByteSlice abstracts a byte slice.