package
Version:
v0.0.0-...-a3c49ea
Opens a new window with list of versions in this module.
Published: May 18, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Authorization struct {
Token string `json:"token"`
Uid string `json:"uid"`
Origin string `json:"origin"`
}
type UserInfo struct {
Status bool `json:"status"`
Origin string `json:"origin"`
Message string `json:"message"`
Users map[interface{}]interface{} `json:"users"`
}
用户信息数据结构
Source Files
¶
Click to show internal directories.
Click to hide internal directories.