package
Version:
v0.0.0-...-ec3c541
Opens a new window with list of versions in this module.
Published: Oct 21, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LoginRequest struct {
Email string `json:"email"`
Password string `json:"password"`
}
type TokenResponse struct {
Token string `json:"token"`
Expiration time.Time `json:"expiration"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.