package
0.0.0-20241018012639-95a484e99ccd
Repository: https://github.com/horizon-school-of-digital-technologies/library.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
LibraryService_ServiceDesc is the grpc.ServiceDesc for LibraryService service.

# Structs

Book message represents a book entity in the library.
Request to create a new book.
Response after creating a book.
Request to delete a book.
Response after deleting the book.
Request to get a specific book by ID.
Response with the book details.
Request to list all books.
Response containing a list of books.
UnimplementedLibraryServiceServer must be embedded to have forward compatible implementations.
Request to update a book.
Response after updating the book.

# Interfaces

LibraryServiceClient is the client API for LibraryService service.
LibraryServiceServer is the libraryServer API for LibraryService service.
UnsafeLibraryServiceServer may be embedded to opt out of forward compatibility for this service.