• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

READMED23-Nov-2023585 109

__init__.pyD23-Nov-20230 10

buildprotos.pyD23-Nov-20231.3 KiB5437

client.pyD23-Nov-20233.2 KiB10581

common.protoD23-Nov-20234.5 KiB123116

common_pb2.pyD23-Nov-202311.1 KiB273242

common_pb2_grpc.pyD23-Nov-20233 KiB8766

README

1Protos in this dir are generated using
2`python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. common.proto`
3and manually checked into the tree. The source of the protos is
4src/config/proto/chromiumos/config/api/test/tls/common.proto, relative to a
5standard repo.
6(https://chromium.git.corp.google.com/chromiumos/config/+/HEAD/proto/chromiumos/config/api/test/tls/common.proto)
7If there are updates to src proto, the protos here must be re-generated. Run the
8script "buildprotos.py" to automatically rebuild them from the source. You must
9manually repo sync prior to this.
10