Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdvancedProxy ¶
type AdvancedProxy struct {
Proxy string `json:"proxy" yaml:"proxy"`
IP string `json:"ip" yaml:"ip"`
Port string `json:"port" yaml:"port"`
TimeTaken float64 `json:"time_taken" yaml:"time_taken"`
CheckedAt string `json:"checked_at" yaml:"checked_at"`
Categories []string `json:"categories" yaml:"categories"`
}
type ProxyXMLAdvancedView ¶
type ProxyXMLAllAdvancedView ¶
type ProxyXMLAllAdvancedView struct {
XMLName xml.Name `xml:"Proxies"`
Proxies []AdvancedProxy `xml:"Proxy"`
}
type ProxyXMLClassicView ¶
Click to show internal directories.
Click to hide internal directories.