desktop client api (#2711)

This commit is contained in:
Denis Mishin 2021-10-29 12:56:48 -04:00 committed by GitHub
parent c3171ad58b
commit 7a7d5722f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 128 additions and 0 deletions

View file

@ -112,3 +112,7 @@ _import_paths=$(join_by , "${_imports[@]}")
../../scripts/protoc -I ./events/ -I ./ \
--go_out="$_import_paths,plugins=grpc,paths=source_relative:./events/." \
./events/xds.proto
../../scripts/protoc -I ./cli/ -I ./ \
--go_out="$_import_paths,plugins=grpc,paths=source_relative:./cli/." \
./cli/api.proto