package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Jan 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type CreateUserParams struct {
Name string `json:"name"`
Email string `json:"email" validate:"required,email"`
}
type CreateUserRequest struct {
Name string `json:"name" validate:"required"`
Email string `json:"email" validate:"required,email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.