Documentation
¶
Overview ¶
Package spider goes through the site tree and outputs the meta tree data consumable for reporters
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Assets map[string][]string `json:"assets"`
URL string `json:"url"`
Name string `json:"name"`
Links []string `json:"links"`
Broken []string `json:"broken"`
Children []*Result `json:"children"`
// contains filtered or unexported fields
}
Result spider data that we eventually return
Click to show internal directories.
Click to hide internal directories.