package
Version:
v0.0.0-...-e8a9512
Opens a new window with list of versions in this module.
Published: Nov 26, 2023
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type UpdateUserProfileRequest struct {
Email string `json:"email"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
PhoneNumber string `json:"phone_number"`
}
type UserProfile struct {
UserID uint64 `json:"user_id"`
Email string `json:"email"`
PhoneNumber string `json:"phone"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.