Discover Packages
github.com/huoxue1/leafBotPlugin
pluginWeibo
package
Version:
v1.0.11
Opens a new window with list of versions in this module.
Published: Oct 27, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type AlApi struct {
Code int `json:"code"`
Msg string `json:"msg"`
Data []struct {
HotWord string `json:"hot_word"`
HotWordNum string `json:"hot_word_num"`
} `json:"data"`
Author struct {
Name string `json:"name"`
Desc string `json:"desc"`
} `json:"author"`
}
type Weibo struct {
Code int `json:"code"`
Message string `json:"message"`
Data []struct {
Id int `json:"id"`
Url string `json:"url"`
Name string `json:"name"`
} `json:"data"`
}
Weibo
@Description:
Source Files
¶
Click to show internal directories.
Click to hide internal directories.