package
Version:
v0.6.3
Opens a new window with list of versions in this module.
Published: Jan 4, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Handlers manages the set of check enpoints.
func (Handlers) Login ¶
Login handler is for User logins.
func (Handlers) Logout ¶
Logout handler is for User logouts.
type LoginRequest struct {
Username string `json:"username"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.