controller

package
v0.0.0-...-d4d3a42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BookController

type BookController struct {
	BookService service.BookService
}

func NewBookController

func NewBookController(bookService service.BookService) *BookController

func (*BookController) Create

func (c *BookController) Create(ctx *fiber.Ctx) error

func (*BookController) Delete

func (c *BookController) Delete(ctx *fiber.Ctx) error

func (*BookController) FindAll

func (c *BookController) FindAll(ctx *fiber.Ctx) error

func (*BookController) FindById

func (c *BookController) FindById(ctx *fiber.Ctx) error

func (*BookController) Update

func (c *BookController) Update(ctx *fiber.Ctx) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL