package
Version:
v0.0.0-...-c8397cc
Opens a new window with list of versions in this module.
Published: Jul 28, 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 LoginDto struct {
Username string `json:"username"`
Password string `json:"Password"`
}
type RegisterDto struct {
Username string `json:"username"`
Password string `json:"Password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.