package
0.0.0-20240112131524-5b505d22f5c4
Repository: https://github.com/anjasfedo/go-book-store.git
Documentation: pkg.go.dev

# Functions

CreateBook function handles the HTTP POST request to create a new book.
DeleteBookById function handles the HTTP DELETE request to delete a book by its ID.
GetBookById function handles the HTTP GET request to retrieve a book by its ID.
GetBooks function handles the HTTP GET request to retrieve all books.
UpdateBookById function handles the HTTP PUT request to update a book by its ID.

# Variables

Declaring a global variable of type Book from the models package.