Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound is returned when an entry is not found. ErrNotFound = errors.New("skydb entry not found") )
Functions ¶
func EntropyFromEnv ¶
EntropyFromEnv returns the configured value of the CADDY_SKYDB_ENTROPY environment variable or an error.
Types ¶
type SkyDB ¶
func New ¶
New creates a new SkyDB client with default option. The default options are to look for a skyd node at localhost:9980, to use "Sia-Agent" as user agent and to get the password for skyd from the environment.
Click to show internal directories.
Click to hide internal directories.