package
Version:
v0.0.0-...-1aeafd4
Opens a new window with list of versions in this module.
Published: Jan 29, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Articles struct {
Url string `json:"url"`
ExpiredTime int `json:"expired_time"`
}
type GZArticles struct {
Articles []Articles `json:"articles"`
}
type GZTotal struct {
Total int `json:"total"`
}
type ZJData struct {
Url string `json:"url"`
}
type ZJJson struct {
Total int `json:"total"`
Data []ZJData `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.