package
Version:
v0.0.9
Opens a new window with list of versions in this module.
Published: Dec 21, 2024
License: GPL-3.0
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 CreateUser struct {
Email string `json:"email"`
UserName string `json:"-"`
Password string `json:"password"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Emailverify bool `json:"-"`
}
type UpdateUserRequest struct {
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.