package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Oct 6, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LoginDto struct {
Email string `json:"email" validate:"required"`
Password string `json:"password" validate:"required"`
}
type Mapper struct {
ID string `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
}
type RegisterDto struct {
Name string `json:"name" validate:"required"`
Email string `json:"email" validate:"required"`
Password string `json:"password" validate:"required"`
}
Source Files
¶
Directories
¶
delivery
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.