package
0.0.0-20240702052639-5b728042a4f6
Repository: https://github.com/koddr/tutorial-go-fiber-rest-api.git
Documentation: pkg.go.dev

# Functions

CreateBook func for creates a new book.
DeleteBook func for deletes book by given ID.
GetBook func gets book by given ID or 404 error.
GetBooks func gets all exists books.
GetNewAccessToken method for create a new access token.
UpdateBook func for updates book by given ID.