middlewareUsecase

package
v0.0.0-...-a9fa8a7 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2024 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MiddlewareUsecaseService

type MiddlewareUsecaseService interface {
	JwtAuthorization(c echo.Context, cfg *config.Config, accessToken string) (echo.Context, error)
	RbacAuthorization(c echo.Context, cfg *config.Config, expected []int) (echo.Context, error)
	UserIdParamValidation(c echo.Context) (echo.Context, error)
}

Jump to

Keyboard shortcuts

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