package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Apr 17, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DefaultMaxPushProxyPoolMax = 10
DefaultLogLevel = "Info"
)
type Request struct {
Url string `json:"url"`
Method string `json:"method"`
Data string `json:"data"`
Source string `json:"source"`
}
type Result struct {
ReqList []Request `json:"req_list"`
AllReqList []Request `json:"all_req_list"`
AllDomainList []string `json:"all_domain_list"`
SubDomainList []string `json:"sub_domain_list"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.