package
0.0.0-20191202175525-690ddff2b6ca
Repository: https://github.com/brecode/urllookup.git
Documentation: pkg.go.dev

# Functions

NewDatabase returns a Database.
UseDbDeps returns DbOption that can inject custom dependencies.

# Structs

Database holds the data structure for access to the data store Multiple clients can be added here, this exercise will test with redis.
No description provided by the author

# Interfaces

API is the interface for accessing the underlying data store.

# Type aliases

DbOption defines the option function for Database.