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

Configure Feed

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

Sourcegraph indexserver protobuf definitions#

This directory contains protobuf definitions for the indexserver gRPC API.

To generate the Go code, run this script from the repository root:

./gen-proto.sh

Note: this script will regenerate all protos in the project, not just the ones in this directory.