Discover Packages
github.com/wjlin0/uncover
sources
agent
quake
package
Version:
v1.0.6
Opens a new window with list of versions in this module.
Published: Jan 13, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
URL = "https://quake.360.net/api/v3/search/quake_service"
Size = 100
)
type Request struct {
Query string `json:"query"`
Size int `json:"size"`
Start int `json:"start"`
IgnoreCache bool `json:"ignore_cache"`
Include []string `json:"include"`
}
type Response struct {
Data []responseData `json:"data"`
Message string `json:"message"`
Meta meta `json:"meta"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.