package
0.0.0-20230806185307-8225113949c3
Repository: https://github.com/c0caina/mylibrary-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.
GetNewJWT method for create a new access token.
UpdateBook func for updates book by given ID.