Versions in this module Expand all Collapse all v1 v1.0.0 Sep 21, 2024 Changes in this version + var TestCases = []TestCase + func CompareOutput(input, expected []string) bool + func RunCdncheckBinaryAndGetResults(target string, cdncheckBinary string, debug bool, args []string) ([]string, error) + type TestCase struct + Args string + CompareFunc func(target string, got []string) error + Expected []string + Target string