Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookController ¶
type BookController struct {
}
func NewBookController ¶
func NewBookController() *BookController
func (*BookController) GetBook ¶
func (c *BookController) GetBook(ctx context.Context, in *GetBookRequest) (*models.Book, error)
type GetBookRequest ¶
type GetBookRequest struct {
BookNumber string `json:"book_number"`
}
Click to show internal directories.
Click to hide internal directories.