package
Version:
v1.1.5
Opens a new window with list of versions in this module.
Published: Sep 12, 2024
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
URL = "https://www.zoomeye.org/api/search?q=%s&page=%d&pageSize=%d"
Source = "zoomeye-spider"
)
type Request struct {
Query string `json:"q"`
Page int `json:"page"`
PageSize int `json:"pageSize"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.