package
Version:
v0.0.0-...-434fc75
Opens a new window with list of versions in this module.
Published: Feb 6, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PasswordLoginRequest struct {
Email string `json:"email" binding:"required"`
Password string `json:"password" binding:"required"`
}
type Token struct {
Access string `json:"access"`
Refresh string `json:"refresh"`
Type string `json:"type"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.