package
Version:
v0.0.0-...-9d97ec1
Opens a new window with list of versions in this module.
Published: Jul 25, 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 AuthResponse struct {
AccessToken string `json:"accessToken"`
RefreshToken string `json:"refreshToken"`
UUID string `json:"UUID"`
}
type CarReq struct {
Brand string `json:"brand"`
Class string `json:"class"`
}
type LoginReq struct {
Email string `json:"email"`
Password string `json:"password"`
RToken string `json:"-"`
FBToken string `json:"fb_token"`
}
type RegisterReq struct {
ID string `json:"-"`
Username string `json:"username"`
Email string `json:"email"`
Password string `json:"password"`
RToken string `json:"-"`
FBToken string `json:"fb_token"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.