Documentation
¶
Overview ¶
Package bazel provides functionality for interacting with Bazel build system, including query execution and result parsing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfiguredQuery ¶
func ConfiguredQuery(cwd string, query string, opts QueryConfig) (proto.QueryResult, error)
Execute given bazel query inside directory. Returns nil if query fails
func GetNamedAttribute ¶
Select attribute that defined with given name. Returns nil if no such attribute can be found
Types ¶
type QueryConfig ¶
type QueryConfig struct {
KeepGoing bool
}
Click to show internal directories.
Click to hide internal directories.