handler

package
v0.0.0-...-b70bbfa Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

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

Handler имплементация сервиса авторизации.

func New

func New(ctrl authController) *Handler

New создает новый Handler.

func (*Handler) Login

func (h *Handler) Login(c *fiber.Ctx) error

Login godoc @Summary Авторизация @Description Авторизоваться в системе, используя логин и пароль @Tags auth @Accept json @Produce json @Param req body model.LoginReq true "Запрос на авторизацию" @Success 200 {object} model.LoginResp "Успешная авторизация" @Failure 400 {object} string "Неверный запрос" @Failure 401 {object} string "Неверный данные для входа" @Failure 422 {object} string "Ошибка валидации данных" @Router /auth/login [post]

Jump to

Keyboard shortcuts

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