package
0.0.0-20240924212459-afd612550647
Repository: https://github.com/williabk198/go-api-server-template.git
Documentation: pkg.go.dev

# Packages

dummydb is just a dummy database that implements db.Database.

# Functions

No description provided by the author

# Variables

ErrNoResultsFound is a database agnostic error that indicates that no results were found.

# Structs

No description provided by the author

# Interfaces

Database defines the interactions with the database.
Datastore defines the basic interactions for a database entry.
Entity is a type constraint which represents the items that are stored in the database.
No description provided by the author