Documentation ¶
Index ¶
- type BookService
- func (s BookService) BorrowBook(ctx context.Context, in *pb.BorrowBookRequest) (*pb.BorrowBookResponse, error)
- func (s BookService) CreateBook(ctx context.Context, in *pb.CreateBookRequest) (*pb.CreateBookResponse, error)
- func (s BookService) CreateBookPosition(ctx context.Context, in *pb.CreateBookPositionRequest) (*pb.CreateBookPositionResponse, error)
- func (s BookService) CreateBookshelf(ctx context.Context, in *pb.CreateBookshelfRequest) (*pb.CreateBookshelfResponse, error)
- func (s BookService) ListBook(ctx context.Context, in *pb.ListBookRequest) (*pb.ListBookResponse, error)
- func (s BookService) ListBookBorrowReturn(ctx context.Context, in *pb.ListBookBorrowReturnRequest) (*pb.ListBookBorrowReturnResponse, error)
- func (s BookService) ListBookPosition(ctx context.Context, in *pb.ListBookPositionRequest) (*pb.ListBookPositionResponse, error)
- func (s BookService) ListBookshelf(ctx context.Context, in *pb.ListBookshelfRequest) (*pb.ListBookshelfResponse, error)
- func (s BookService) RemoveBookPosition(ctx context.Context, in *pb.RemoveBookPositionRequest) (*pb.RemoveBookPositionResponse, error)
- func (s BookService) ReturnBook(ctx context.Context, in *pb.ReturnBookRequest) (*pb.ReturnBookResponse, error)
- func (s BookService) SearchBook(ctx context.Context, in *pb.SearchBookRequest) (*pb.SearchBookResponse, error)
- func (s BookService) UpdateBook(ctx context.Context, in *pb.UpdateBookRequest) (*pb.UpdateBookResponse, error)
- func (s BookService) UpdateBookPosition(ctx context.Context, in *pb.UpdateBookPositionRequest) (*pb.UpdateBookPositionResponse, error)
- func (s BookService) UpdateBookshelf(ctx context.Context, in *pb.UpdateBookshelfRequest) (*pb.UpdateBookshelfResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookService ¶
BookService ..
func (BookService) BorrowBook ¶
func (s BookService) BorrowBook(ctx context.Context, in *pb.BorrowBookRequest) (*pb.BorrowBookResponse, error)
BorrowBook ..
func (BookService) CreateBook ¶
func (s BookService) CreateBook(ctx context.Context, in *pb.CreateBookRequest) (*pb.CreateBookResponse, error)
CreateBook ..
func (BookService) CreateBookPosition ¶
func (s BookService) CreateBookPosition(ctx context.Context, in *pb.CreateBookPositionRequest) (*pb.CreateBookPositionResponse, error)
CreateBookPosition ..
func (BookService) CreateBookshelf ¶
func (s BookService) CreateBookshelf(ctx context.Context, in *pb.CreateBookshelfRequest) (*pb.CreateBookshelfResponse, error)
CreateBookshelf ..
func (BookService) ListBook ¶
func (s BookService) ListBook(ctx context.Context, in *pb.ListBookRequest) (*pb.ListBookResponse, error)
ListBook ..
func (BookService) ListBookBorrowReturn ¶
func (s BookService) ListBookBorrowReturn(ctx context.Context, in *pb.ListBookBorrowReturnRequest) (*pb.ListBookBorrowReturnResponse, error)
ListBookBorrowReturn ..
func (BookService) ListBookPosition ¶
func (s BookService) ListBookPosition(ctx context.Context, in *pb.ListBookPositionRequest) (*pb.ListBookPositionResponse, error)
ListBookPosition ..
func (BookService) ListBookshelf ¶
func (s BookService) ListBookshelf(ctx context.Context, in *pb.ListBookshelfRequest) (*pb.ListBookshelfResponse, error)
ListBookshelf ..
func (BookService) RemoveBookPosition ¶
func (s BookService) RemoveBookPosition(ctx context.Context, in *pb.RemoveBookPositionRequest) (*pb.RemoveBookPositionResponse, error)
RemoveBookPosition ..
func (BookService) ReturnBook ¶
func (s BookService) ReturnBook(ctx context.Context, in *pb.ReturnBookRequest) (*pb.ReturnBookResponse, error)
ReturnBook ..
func (BookService) SearchBook ¶
func (s BookService) SearchBook(ctx context.Context, in *pb.SearchBookRequest) (*pb.SearchBookResponse, error)
SearchBook ..
func (BookService) UpdateBook ¶
func (s BookService) UpdateBook(ctx context.Context, in *pb.UpdateBookRequest) (*pb.UpdateBookResponse, error)
UpdateBook ..
func (BookService) UpdateBookPosition ¶
func (s BookService) UpdateBookPosition(ctx context.Context, in *pb.UpdateBookPositionRequest) (*pb.UpdateBookPositionResponse, error)
UpdateBookPosition ..
func (BookService) UpdateBookshelf ¶
func (s BookService) UpdateBookshelf(ctx context.Context, in *pb.UpdateBookshelfRequest) (*pb.UpdateBookshelfResponse, error)
UpdateBookshelf ..
Click to show internal directories.
Click to hide internal directories.