Documentation ¶ Index ¶ func WriteURLs(writer io.Writer, results <-chan string, blacklistMap mapset.Set[string], ...) error func WriteURLsJSON(writer io.Writer, results <-chan string, blacklistMap mapset.Set[string], ...) type JSONResult Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func WriteURLs ¶ func WriteURLs(writer io.Writer, results <-chan string, blacklistMap mapset.Set[string], RemoveParameters bool) error func WriteURLsJSON ¶ func WriteURLsJSON(writer io.Writer, results <-chan string, blacklistMap mapset.Set[string], RemoveParameters bool) Types ¶ type JSONResult ¶ type JSONResult struct { Url string `json:"url"` } Source Files ¶ View all Source files output.go Click to show internal directories. Click to hide internal directories.