package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Jul 8, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CustomField struct {
Name string `json:"name"`
Value string `json:"value"`
}
type UserInfo struct {
OpenID string `json:"openid"`
Nickname string `json:"nickname"`
Sex string `json:"sex"`
CustomFieldList []CustomField `json:"custom_field_list"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.