Documentation
¶
Index ¶
- func Auth[...](loginUseCase ...) iris.Handler
- func Common() iris.Handler
- func Logger(l logger.Interface) iris.Handler
- func Permission[UserType any](handleErrorFunc func(iris.Context, error, logger.Interface), ...) iris.Handler
- func Recover(handleErrorFunc func(iris.Context, error, logger.Interface), ...) context.Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Auth ¶
func Auth[ LoginInputType, JWTAuthenticatedPayloadType, RefreshTokenInputType, UserType any, ](loginUseCase usecase.LoginUseCase[ LoginInputType, JWTAuthenticatedPayloadType, RefreshTokenInputType, UserType, ], ) iris.Handler
func Permission ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.