fork of https://github.com/sourcegraph/zoekt
Webserver protobuf definitions#
This directory contains protobuf definitions for the webserver 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.