Documentation ¶
Overview ¶
Package nvlist implements encoding and decoding of ZFS-style nvlists with an interface similar to that of encoding/json. It supports "native" encoding and parts of XDR in both big and little endian.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidEncoding = errors.New("this nvlist is not in native encoding") ErrInvalidEndianess = errors.New("this nvlist is neither in big nor in little endian") ErrInvalidData = errors.New("this nvlist contains invalid data") ErrInvalidValue = errors.New("the value provided to unmarshal contains invalid types") ErrUnsupportedType = errors.New("this nvlist contains an unsupported type (hrtime)") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.