Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileRequest ¶
type Redirect ¶
type Redirect struct {
Url string `json:"url"`
StatusCode int `json:"status_code"`
Screenshot Screenshot `json:"screenshot"`
}
type Screenshot ¶
type Screenshot struct {
Content string `json:"content"`
}
type WebsiteAnalysis ¶
type WebsiteAnalysis struct {
Url string `json:"url"`
Title string `json:"name"`
StatusCode int `json:"status_code"`
Assets []FileRequest `json:"files"`
Redirects []Redirect `json:"redirects"`
}
Click to show internal directories.
Click to hide internal directories.