package
0.0.0-20230402161541-1f9f0d70233f
Repository: https://github.com/samsweet04/golang.git
Documentation: pkg.go.dev
# Functions
CreateBook creates a new book.
DeleteBook deletes a book by ID.
GetAllBooks gets all books.
GetBookByID gets a book by ID.
GetBooksSortedByCostAscending retrieves a sorted list of books ordered by cost in ascending order.
GetBooksSortedByCostDescending retrieves a sorted list of books ordered by cost in descending order.
SearchBooksByTitle searches for books by title.
UpdateBook updates a book by ID.