Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCredentialHandler ¶
func NewCredentialHandler(service service.CredentialService) handler.CredentialHandler
NewCredentialHandler new instance of CredentialHandler using in house authentication
Types ¶
type RegisterInfo ¶
type RegisterInfo struct {
Email string `json:"email"`
Password string `json:"password"`
ConfirmPassword string `json:"confirm_password"`
}
RegisterInfo JSON body to request register
Click to show internal directories.
Click to hide internal directories.