api

package
v0.0.0-...-747ec1c Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthorHandler

type AuthorHandler struct {
	// contains filtered or unexported fields
}

func NewAuthorHandler

func NewAuthorHandler(repo domain.IAuthorRepository) *AuthorHandler

func ProvideAuthorHandler

func ProvideAuthorHandler(repo domain.IAuthorRepository) *AuthorHandler

func (*AuthorHandler) Create

func (h *AuthorHandler) Create(ctx *fiber.Ctx) error

func (*AuthorHandler) Delete

func (h *AuthorHandler) Delete(ctx *fiber.Ctx) error

func (*AuthorHandler) GetAll

func (h *AuthorHandler) GetAll(ctx *fiber.Ctx) error

func (*AuthorHandler) GetByID

func (h *AuthorHandler) GetByID(ctx *fiber.Ctx) error

func (*AuthorHandler) Register

func (h *AuthorHandler) Register(route fiber.Router)

func (*AuthorHandler) Update

func (h *AuthorHandler) Update(ctx *fiber.Ctx) error

Jump to

Keyboard shortcuts

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