package
Version:
v0.0.0-...-99505da
Opens a new window with list of versions in this module.
Published: Jan 6, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Auth struct {
Username string `form: "username" json: "useranme" valid:"Required; MaxSize(50)"`
Password string `form: "password" json: "password" valid:"Required; MaxSize(50)"`
}
type IPS struct {
Ips string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.