mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
desktop client api (#2711)
This commit is contained in:
parent
c3171ad58b
commit
7a7d5722f8
2 changed files with 128 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue