package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Apr 22, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
Username string `json:"username"`
Password string `json:"password"`
}
type LoginMessage struct {
Code int `json:"code"`
Message string `json:"message"`
Redirect string `json:"Redirect"`
ID string `json:"ID"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.