tree: 9aca1e0bd050e491a25f5e59eb943128adc7d8aa [path history] [tgz]
  1. go/
  2. go.chromium.org/
  3. go.fuchsia.dev/
  4. google/
  5. infra/
  6. README.md
recipe_proto/README.md

recipe_proto

Protobuf definitions for use in recipes and recipe modules. e.g:

from PB.foo.proto import Foo

Updating

Retrieve https://chromium.googlesource.com/infra/luci/luci-go.git and copy the proto from it. E.g.

cp ${LUCI}/milo/api/config/project.proto go.chromium.org/luci/milo/api/config

As a general note, only add the ones that are not already in recipes-py at https://chromium.googlesource.com/infra/luci/recipes-py.git/+/main/recipe_proto/