package
Version:
v0.6.4
Opens a new window with list of versions in this module.
Published: Aug 1, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AuthConfig struct {
}
type SsoReply struct {
ReqCode int32 `json:"REQ_CODE"`
ReqData *UserInfo `json:"REQ_DATA"`
ReqFlag bool `json:"REQ_FLAG"`
ReqMsg string `json:"REQ_MSG"`
}
type UserInfo struct {
UserId uint64 `json:"userId"`
UserName string `json:"username"`
Expire int64
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.