store

package
v0.0.0-...-1aeafd4 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Articles

type Articles struct {
	Url         string `json:"url"`
	ExpiredTime int    `json:"expired_time"`
}

type GZArticles

type GZArticles struct {
	Articles []Articles `json:"articles"`
}

type GZTotal

type GZTotal struct {
	Total int `json:"total"`
}

type ZJData

type ZJData struct {
	Url string `json:"url"`
}

type ZJJson

type ZJJson struct {
	Total int      `json:"total"`
	Data  []ZJData `json:"data"`
}

Jump to

Keyboard shortcuts

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