package
Version:
v0.0.8-beta
Opens a new window with list of versions in this module.
Published: Mar 25, 2022
License: GPL-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LoginRequest struct {
Username string `json:"username"`
Password string `json:"password"`
}
type Response struct {
Success bool `json:"success"`
Message string `json:"message"`
Error string `json:"error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.