package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Jun 22, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
Firstname string `json:"firstname" validate:"required"`
Lastname string `json:"lastname" validate:"required"`
Country string `json:"country" validate:"required"`
Email string `json:"email" validate:"required,email"`
}
swagger:model User
Source Files
¶
Click to show internal directories.
Click to hide internal directories.