# Functions
No description provided by the author
New creates a client to 0-db pointed by addr addr format: TODO:.
NewIndex creates an Index with root.
ReadHeaderV1 reads namespace header (V1).
ReadIndex reads index header.
# Constants
Enum values for IndexMode.
Enum values for IndexMode.
Enum values for IndexMode.
Enum values for IndexMode.
Prefix is a string used as prefix in the filesystem volume used to storge 0-db namespaces.
# Structs
Header is the namespace header.
Index represent a part of a disk that is reserved to store 0-db data.
IndexHeader is the structure contains information about an index adapted from https://github.com/threefoldtech/0-db/blob/development/libzdb/index.h#L31.
No description provided by the author
NSInfo is a struct containing information about a 0-db namespace.
# Interfaces
Client interface.
# Type aliases
IndexMode represens the mode in which the 0-db is running Adapted from https://github.com/threefoldtech/0-db/blob/development/libzdb/index.h#L4.