handlers

package
v0.0.0-...-0d9eda9 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserHandler

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

func (*UserHandler) LoginHandler

func (uh *UserHandler) LoginHandler(ctx *fiber.Ctx) error

func (UserHandler) SignUpHandler

func (uh UserHandler) SignUpHandler(ctx *fiber.Ctx) error

type UserHandlerInterface

type UserHandlerInterface interface {
	LoginHandler(ctx *fiber.Ctx) error
	SignUpHandler(ctx *fiber.Ctx) error
}

Jump to

Keyboard shortcuts

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