Searched defs:BazelJSONBuilder (Results 1 – 1 of 1) sorted by relevance
30 type BazelJSONBuilder struct { struct31 bazel *Bazel32 includeTests bool41 func (b *BazelJSONBuilder) fileQuery(filename string) string {85 func (b *BazelJSONBuilder) getKind() string {94 func (b *BazelJSONBuilder) localQuery(request string) string {109 func (b *BazelJSONBuilder) packageQuery(importPath string) string {121 func (b *BazelJSONBuilder) queryFromRequests(requests ...string) string {153 func (b *BazelJSONBuilder) outputGroupsForMode(mode LoadMode) string {161 func (b *BazelJSONBuilder) query(ctx context.Context, query string) ([]string, error) {[all …]