Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookController ¶
type BookController interface { Route(*fiber.App) GetBook(ctx fiber.Ctx) error ListBooks(ctx fiber.Ctx) error CreateBook(ctx fiber.Ctx) error UpdateBook(ctx fiber.Ctx) error DeleteBook(ctx fiber.Ctx) error }
func NewBookController ¶
func NewBookController(validate *validator.Validate, service service.BookService) BookController
Click to show internal directories.
Click to hide internal directories.