tree: 4feca7fec98cf7fd1388c1810af4eb130118c852 [path history] [tgz]
  1. analysis_service/
  2. build/
  3. chromite/
  4. chromiumos/
  5. config/
  6. cycler/
  7. device/
  8. docs/
  9. lab/
  10. lab_platform/
  11. manufacturing/
  12. project_mgmt/
  13. prototype/
  14. tast/
  15. test/
  16. test_platform/
  17. testplans/
  18. tls/
  19. xmlrpc/
  20. README.md
src/README.md

proto/src

This folder contains the protobuf source files for the Chromite Build API and Recipes implementations.

chromite/api

This is the core API definitions, including all of the services and most of the messages.

The build_api.proto contains service and method options that define some of the implementation details. Specifically, the service options define the controller module that implements the methods, and optionally enforces whether or not the methods should run in the chroot. The method options allow overriding the default function name for the implementation, and overriding the service-level chroot setting.

  • Service
    • module - Required
    • service_chroot_assert - Recommended
  • Method
    • implementation_name - Optional
    • method_chroot_assert - Optional

These options are all implementation details that should not affect consumers of the endpoints, but are important details for anyone implementing endpoints.

chromiumos

This folder contains more widely shared proto files.

test_platform

This folder contains definitions of the cros_test_platform API, as well as internal protos used for communication between cros_test_platform components.

device

testplans

cycler

Cycler protos: go/cros-gs-lifecycler

bot_scaling

RoboCrop protos: go/robocrop