tree: fff0318b1cb4f7ee2a7c3a14c68dfd6f66edaea8 [path history] [tgz]
  1. __init__.py
  2. annotations.proto
  3. annotations_pb2.py
  4. README.md
lib/protos/README.md

Protobuf definitons

annotations.proto source of truth: copied from commit 326c6be009be4018defde9a147536ee31c7ac515; current commit

To regenerate:

$ cd chromite/lib/protos
$ wget https://github.com/luci/luci-go/raw/master/common/proto/milo/annotations.proto
$ protoc --python_out=. *.proto
# Update current commit hash in README.
$ vi README.md