Documentation ¶
Index ¶
Constants ¶
View Source
const (
CatalogVersion = 3
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Catalog ¶
type Record ¶ added in v0.8.0
type Record struct { PackName string Crc uint32 binarytree.Indices IsCompressed bool }
func (*Record) TreeIndices ¶ added in v0.8.0
func (record *Record) TreeIndices() *binarytree.Indices
type RecordError ¶ added in v0.8.0
func (*RecordError) Error ¶ added in v0.8.0
func (err *RecordError) Error() string
func (*RecordError) Unwrap ¶ added in v0.8.0
func (err *RecordError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.