package
2.0.0-20201106045608-19111258327d
Repository: https://github.com/felipemp0/go-rest-api-gin.git
Documentation: pkg.go.dev
# Functions
CreateBook creates a new book POST /books.
DeleteBook deletes an existing instance of a book.
GetBook returns a book for the given id.
GetBooks returns all books.
UpdateBook updates an existing book instance.
# Structs
CreateBookInput is the schema used the validate the creation of new books.
UpdateBookInput is the schema used to validate updated books.