package
0.0.0-20200702132457-6eca2572c884
Repository: https://github.com/mxschmitt/golang-url-shortener.git
Documentation: pkg.go.dev

# Variables

ErrNoEntryFound is returned when no entry to a id is found.

# Structs

Entry
Entry is the data set which is stored in the DB as JSON.
EntryPublicData is the public part of an entry.
Visitor is the entry which is stored in the visitors bucket.

# Interfaces

Storage is an interface which will be implmented by each storage e.g.