package
0.0.0-20240924214951-73a53bac2f18
Repository: https://github.com/kevuthedev/notes-backend-api.git
Documentation: pkg.go.dev

# Functions

For ease of use, we also add a New() method which returns a Models struct containing the initialized MovieModel.
No description provided by the author

# Variables

Define a custom ErrRecordNotFound error.
Define a custom ErrRecordNotFound error.
Must be in LOWERCASE.

# Structs

Create a Models struct which wraps the MovieModel.
No description provided by the author
Define a NoteModel struct type which wraps a sql.DB connection pool.