package
Version:
v0.1.5
Opens a new window with list of versions in this module.
Published: Aug 11, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Router(p iris.Party)
type Req struct {
Username string `json:"username,omitempty"`
Password string `json:"password,omitempty" json:"password,omitempty"`
}
type Resp struct {
Username string `json:"username,omitempty"`
Password string `json:"password,omitempty" json:"password,omitempty"`
PasswordEncode string `json:"password_encode,omitempty" json:"password_encode,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.