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

Configure Feed

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

1# Sourcegraph indexserver protobuf definitions 2 3This directory contains protobuf definitions for the indexserver gRPC API. 4 5To generate the Go code, run this script from the repository root: 6 7```sh 8./gen-proto.sh 9``` 10 11Note: this script will regenerate all protos in the project, not just the ones in this directory.