Documentation
¶
Overview ¶
Store is the package that manages the database connection and migrations. It is used by other packages that need access to the database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
ErrNotFound is returned when the resource could not be found. It should only be used for Get or Update operations.
Functions ¶
func UUIDToString ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.