package
Version:
v0.0.0-...-d8e0d35
Opens a new window with list of versions in this module.
Published: Mar 4, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DTO struct {
ID string `json:"id"`
ProjectID string `json:"projectID"`
Action string `json:"action"`
Data *DTOData `json:"data"`
}
NewFromBody returns new request DTO for 'passwordVerify' action from given body.
type DTOData struct {
Username string `json:"username"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.