package
Version:
v0.0.0-...-20a5a9c
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Token struct {
ID uuid.UUID `json:"id"`
UserID uuid.UUID `json:"user_id"`
RefreshToken string `json:"refresh_token"`
}
type User struct {
ID uuid.UUID `json:"id" db:"id"`
Name string `json:"name" db:"name"`
Email string `json:"email" db:"email"`
Password string `json:"password" db:"password"`
CreatedAt time.Time `json:"created_at" db:"created_at"`
UpdatedAt time.Time `json:"updated_at" db:"updated_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.