package
Version:
v0.0.0-...-bc44ad8
Opens a new window with list of versions in this module.
Published: May 20, 2022
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 AuthInfo struct {
Secret string `form:"secret" json:"secret" binding:"required"`
Token string `form:"token" json:"token" binding:"required"`
}
type SessionInfo struct {
Token string `form:"token" json:"token" binding:"required"`
}
type UserInfo struct {
Name string `form:"name" json:"name" binding:"required"`
Pass string `form:"pass" json:"pass" binding:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.