Versions in this module Expand all Collapse all v1 v1.7.1 Aug 15, 2026 Changes in this version + var TestCases = []TestCase + func CompareOutput(input, expected []string) bool + func RunKatanaBinaryAndGetResults(target string, katanaBinary string, debug bool, args []string) ([]string, error) + type TestCase struct + Args string + CompareFunc func(target string, got []string) error + Expected []string + Name string + Target string + type TestServer struct + URL string + func NewTestServer() (*TestServer, error) + func (ts *TestServer) Close() error