package
0.0.0-20230825153438-86a9e96b7124
Repository: https://github.com/signoz/sample-golang-app.git
Documentation: pkg.go.dev
# Functions
POST /books Create new book.
DELETE /books/:id Delete a book.
GET /books/:id Find a book.
GET /books Find all books.
PATCH /books/:id Update a book.
# Structs
No description provided by the author
No description provided by the author