Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Target ¶
type Target struct { // Host is the host input on which match was found. Host string `json:"host,omitempty"` // Port is port of the host input on which match was found (if applicable). Port int `json:"port,omitempty"` // Scheme is the scheme of the host input on which match was found (if applicable). Scheme string `json:"scheme,omitempty"` // OriginURL is the Base URL of the host input on which match was found (if applicable). OriginURL string `json:"origin-url,omitempty"` }
func (*Target) HostAndPort ¶
Click to show internal directories.
Click to hide internal directories.