package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Sep 3, 2023
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
¶
Random 用于获取随机头像,个性签名,背景图片, 参数:类型( Avatar、Signature、BackgroundIMG)
type AvatarResponse struct {
Success bool `json:"success"`
Avatar string `json:"avatar"`
}
type BGResponse struct {
Success bool `json:"success"`
Data Data `json:"data"`
}
type Data struct {
Title string `json:"title"`
URL string `json:"url"`
}
const (
Avatar RType = iota
Signature
BackgroundIMG
)
type SignatureResponse struct {
Success bool `json:"success"`
Ishan string `json:"ishan"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.