Documentation ¶
Overview ¶
Package authenticationhandler provide a server and handlers for RESTful HTTP requests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { R *gin.Engine Logger *otelzap.Logger HostConfig *configs.Host JwtConfig *configs.Jwt AdminService adminservice.Interface StudentService studentservice.Interface TokenService tokenservice.Interface MailerService mailerservice.Interface Tracer trace.Tracer BaseURL string }
Config will hold services that will be injected into this handler layer on handler initialization
Source Files ¶
Click to show internal directories.
Click to hide internal directories.