package
1.0.21-ci.2
Repository: https://github.com/cybercryptio/d1-lib.git
Documentation: pkg.go.dev

# Functions

NewBolt creates a new IO Provider that stores its data in the specified file.
NewMem creates a new in-memory IO Provider.
NewProxy returns a basic implementation of Proxy that can be used as a basis for tests.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Error returned if data is found during a "Put" call.
Error returned if data is not found during a "Get" or "Update" call.

# Structs

Mem implements an IO Provider backed by the key/value database bolt..
Mem implements an in-memory version of an IO Provider.
Proxy is an IO Provider that wraps other IO Providers By default, it forwards calls directly to the implementation, but allows you to customize the behavior as you see fit by changing the individual functions as you see fit.

# Interfaces

Provider is the interface an IO Provider must implement to handle data from D1.

# Type aliases

Types of data supported by an IO Provider.