Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 23-Nov-2023 | 585 | 10 | 9 | |
__init__.py | D | 23-Nov-2023 | 0 | 1 | 0 | |
buildprotos.py | D | 23-Nov-2023 | 1.3 KiB | 54 | 37 | |
client.py | D | 23-Nov-2023 | 3.2 KiB | 105 | 81 | |
common.proto | D | 23-Nov-2023 | 4.5 KiB | 123 | 116 | |
common_pb2.py | D | 23-Nov-2023 | 11.1 KiB | 273 | 242 | |
common_pb2_grpc.py | D | 23-Nov-2023 | 3 KiB | 87 | 66 |
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