package
0.0.0-20240802124646-f97ba45043f9
Repository: https://github.com/mikefero/kheper.git
Documentation: pkg.go.dev

# Functions

NewDatabase creates a new database for the node to store data in.

# Variables

ErrHostNotFound is returned when a host is not found.
ErrNodeNotFound is returned when a node is not found.

# Structs

Database is the database for the node to store data in.
Hosts is the definition of a host.
Node is the definition of a node for the database.
StringPtrIndex is a custom indexer that can handle nil string pointers.