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