Documentation
¶
Overview ¶
Package database provides methods for interacting with Repl.it Database. It just works if used within a repl.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
ErrNotFound indicates that the requested key does not exist.
Functions ¶
func Get ¶
Get returns the value for the provided key. It returns ErrNotFound if the key does not exist.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.