package
Version:
v0.0.0-...-23d2696
Opens a new window with list of versions in this module.
Published: Dec 29, 2020
License: MIT, MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AuthRequest struct {
Username string `json:"Username"`
Email string `json:"Email"`
AppToken string `json:"AppToken"`
AccessLevel int `json:"AccessLevel"`
Path string `json:"Path"`
}
type Login struct {
Username string `json:"Username"`
Password string `json:"Password"`
Email string `json:"Email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.