package
Version:
v0.0.0-...-5b645f0
Opens a new window with list of versions in this module.
Published: Aug 22, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SignInRequest struct {
Login string `json:"login"`
Password string `json:"password"`
}
type SignUpRequest struct {
Login string `json:"login"`
Email string `json:"email"`
Password string `json:"password"`
}
type VerifyAndRefreshRequest struct {
RefreshToken string `json:"refresh_token"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.