Discover Packages
github.com/projectdiscovery/uncover
uncover
agent
quake
package
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Mar 16, 2023
License: MIT
Opens a new window with license information.
Imports: 5
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 {
Code int `json:"code"`
Data []responseData `json:"data"`
Message string `json:"message"`
Meta meta `json:"meta"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.