package
Version:
v0.6.5
Opens a new window with list of versions in this module.
Published: May 14, 2021
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 ApiKey struct {
Key string `json:"key"`
QrCode string `json:"qrCode"`
}
type HostInfo struct {
Name string `json:"name"`
Description string `json:"description"`
IP string `json:"ip"`
Port string `json:"port"`
Key string `json:"key"`
QrCode string `json:"qrCode,omitempty"`
}
type Login struct {
Password string `form:"password"`
}
type Password struct {
CurrentPassword string `form:"currentPassword"`
NewPassword string `form:"newPassword"`
RepeateNewPassword string `form:"repeatNewPassword"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.