package
Version:
v0.3.4
Opens a new window with list of versions in this module.
Published: Sep 23, 2022
License: Apache-2.0, BSD-2-Clause
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
¶
func AuthRouteSuccess() string
type AuthInfoModel struct {
Scheme string `swagger:"desc(Authentication scheme (jwt, basic, ip))"`
AuthURL string `swagger:"desc(JWT only)"`
}
type LoginRequest struct {
Username string `json:"username" form:"username"`
Password string `json:"password" form:"password"`
}
type LoginResponse struct {
JWT string `json:"jwt,omitempty"`
Error error `json:"error,omitempty"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.