fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

at tngl 355 B View raw
1{ 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "$ref": "#/definitions/PickFirstConfig", 4 "definitions": { 5 "PickFirstConfig": { 6 "additionalProperties": true, 7 "type": "object", 8 "title": "Pick First Config", 9 "description": "Configuration for pick_first LB policy." 10 } 11 } 12}