Documentation
¶
Overview ¶
Package momus is a web scraper made to health check all the internal links inside a given site.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthChecker ¶
type HealthChecker struct {
// contains filtered or unexported fields
}
Link health checker
func (*HealthChecker) GetLinks ¶
func (checker *HealthChecker) GetLinks(link string) []LinkResult
Perform a deep search for all internal links inside the link and return a slice containing the result
type LinkResult ¶
Link health check result
Click to show internal directories.
Click to hide internal directories.