SYMBOL INDEX (14 symbols across 6 files) FILE: pkg/colors/color_output.go type colors (line 5) | type colors struct function SetColor (line 12) | func SetColor() *colors { FILE: pkg/probes/print_probes.go function GetProbeNames (line 3) | func GetProbeNames() string { FILE: pkg/probes/probes.go type Probe (line 3) | type Probe struct FILE: pkg/scan/scanner.go type Scanner (line 16) | type Scanner struct method Run (line 33) | func (s Scanner) Run() { type Message (line 24) | type Message struct FILE: pkg/utils/helpers.go function EscapeByteArray (line 10) | func EscapeByteArray(message []byte) []byte { function IpsFromCidr (line 22) | func IpsFromCidr(cidr string) ([]string, error) { function ReadFile (line 54) | func ReadFile(path string) ([]string, error) { function WriteChannel (line 69) | func WriteChannel(lines chan string, path string) error { function Deduplicate (line 84) | func Deduplicate(stringSlice []string) []string { FILE: pkg/utils/opts_parser.go type Options (line 10) | type Options struct function ParseOptions (line 21) | func ParseOptions() *Options {