//
pkg.gl
Category
github.com/KarkiAnmol/BookStore-API-Golang
pkg
models
package
0.0.0-20240402041354-59b50d2ce5dc
Repository:
https://github.com/karkianmol/bookstore-api-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
36 SLOC
#
Functions
DeleteBook
DeleteBook deletes a book by its ID from the database.
GetBookById
GetBookById retrieves a book by its ID from the database.
GetBooks
GetBooks retrieves all books from the database.
#
Structs
Book
Book represents the model for a book in the BookStore.