pluginWeibo

package
v1.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2021 License: AGPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlApi

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

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:

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL