package
Version:
v0.0.0-...-b5678d6
Opens a new window with list of versions in this module.
Published: Sep 11, 2023
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 CreateSessionParams struct {
UserID uuid.UUID `json:"user_id"`
Duration time.Duration `json:"duration"`
}
type CreateUserParams struct {
Email string `json:"email"`
Password string `json:"password"`
}
type Session struct {
SessionID string `json:"session_id"`
UserID string `json:"user_id"`
}
type UserDTO struct {
ID uuid.UUID `json:"id"`
Email string `json:"email"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.