Searched defs:BazelQueryCommand (Results 1 – 1 of 1) sorted by relevance
20 type BazelQueryCommand struct { struct21 ruleNames []string22 workspace string23 queryType string // "query" or "cquery"61 func (c *BazelQueryCommand) Read() ([]byte, error) {