Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Query ¶ added in v1.0.19
type Query struct {
Rules []Rule `xml:"rule"`
}
Query is the xml result of a Bazel query.
type Rule ¶ added in v1.0.19
type Rule struct { Class string `xml:"class,attr"` Name string `xml:"name,attr"` Location string `xml:"location,attr"` Values []Values `xml:"string"` }
Rule maps to the xml representation of a Bazel rule https://docs.bazel.build/versions/2.0.0/skylark/rules.html.
type Shell ¶ added in v1.0.19
Shell contains a command which returns bazel query output.
func ExecutableShell ¶ added in v1.0.19
ExecutableShell creates a Shell which shells out to the supplied binary to generate values to return.
Click to show internal directories.
Click to hide internal directories.