Documentation ¶ Index ¶ func AddConf(target string) error func Check(target string) (bool, error) func CheckAll(targets []string, ch chan BoolResult) func Mail(alltargets []string, dangers []string) error func ReadConf() (targets []string, e error) type BoolResult Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddConf ¶ func AddConf(target string) error func Check ¶ func Check(target string) (bool, error) func CheckAll ¶ func CheckAll(targets []string, ch chan BoolResult) func Mail ¶ func Mail(alltargets []string, dangers []string) error func ReadConf ¶ func ReadConf() (targets []string, e error) Types ¶ type BoolResult ¶ type BoolResult struct { Result bool URL string Error error } Source Files ¶ View all Source files cmd.go Click to show internal directories. Click to hide internal directories.