mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 00:10:45 +02:00
events: remove xds configuraton update (#3792)
This commit is contained in:
parent
57217af7dd
commit
ce1b8701da
10 changed files with 8 additions and 823 deletions
|
@ -111,7 +111,7 @@ _import_paths=$(join_by , "${_imports[@]}")
|
|||
|
||||
../../scripts/protoc -I ./events/ -I ./ \
|
||||
--go_out="$_import_paths,plugins=grpc,paths=source_relative:./events/." \
|
||||
./events/xds.proto ./events/last_error.proto
|
||||
./events/last_error.proto
|
||||
|
||||
../../scripts/protoc -I ./cli/ -I ./ \
|
||||
--go_out="$_import_paths,plugins=grpc,paths=source_relative:./cli/." \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue