package
Version:
v0.0.0-...-aa737f3
Opens a new window with list of versions in this module.
Published: Mar 19, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AuthTokens struct {
AccessToken string `json:"accessToken,omitempty"`
RefreshToken string `json:"refreshToken,omitempty"`
}
type LoginUser struct {
Email string `json:"email,omitempty"`
Password string `json:"password,omitempty"`
}
type RefreshUser struct {
RefreshToken string `json:"refreshToken,omitempty"`
}
type RegisterUser struct {
FirstName string `json:"firstname,omitempty"`
LastName string `json:"lastname,omitempty"`
Email string `json:"email,omitempty"`
Password string `json:"password,omitempty"`
Username string `json:"username,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.