package
0.0.0-20241007034918-71ddb0cf032d
Repository: https://github.com/rajeshn95/access-in-go.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.
CreateBook func for creates a new book.
UpdateBook func for updates book by given ID.