Documentation
¶
Overview ¶
Package testquery implements the test query tool using tq.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct {
//nolint:lll
Dir string `` /* 126-byte string literal not displayed */
//nolint:lll
Query string `json:"query" jsonschema:"SQL query to run against test results (e.g. SELECT * FROM all_tests WHERE action = 'fail')"`
Pkg string `json:"pkg,omitempty" jsonschema:"Go package pattern to analyze (default: ./...)"`
//nolint:lll
Rebuild bool `` /* 139-byte string literal not displayed */
}
Params defines the input parameters.
Click to show internal directories.
Click to hide internal directories.