Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordHandler ¶
type PasswordHandler struct {
PasswordService *services.PasswordService
}
PasswordHandler is the struct that contains the service instances.
func NewPasswordHandler ¶
func NewPasswordHandler() *PasswordHandler
NewPasswordHandler returns a new Handler instance.
func (*PasswordHandler) Verify ¶
func (h *PasswordHandler) Verify(ctx *gin.Context)
Verify is the handler function that validates the password.
Click to show internal directories.
Click to hide internal directories.