package
Version:
v0.0.0-...-d3e7db7
Opens a new window with list of versions in this module.
Published: Jul 4, 2024
License: MIT
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 LoginFormDto struct {
Email string `form:"email"`
Passsword string `form:"password"`
}
type SearchJsonDto struct {
Term string `json:"term"`
}
type SettingsFormDto struct {
Amount uint `form:"amount"`
SearchOn bool `form:"search-on"`
AddNew bool `form:"add-new"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.