package
0.1.1
Repository: https://github.com/threefoldtech/zos4.git
Documentation: pkg.go.dev

# Functions

IsNotVersioned checks if error is caused by a 'not versioned' stream.
MustParse version.
MustParseRange parses range.
NewReader creates a new versioned reader from a stream.
NewVersionedReader creates a versioned reader from an un-versioned reader.
NewWriter creates a versioned writer that marks data with the Provided version.
Parse version string.
ParseRange parses a range.
ReadFile content.
WriteFile versioned data to file.

# Variables

ErrNotVersioned error is raised if the underlying reader has no version.

# Structs

Reader is a versioned reader The Versioned Reader is a reader that can load the version of the data from a stream without assuming anything regarding the underlying encoding of your data object.

# Type aliases

Range type.
Version type.