add common Metadata message to be injected in reply messages by gRPC proxy

This commit is contained in:
Pavel Sviderski
2024-11-08 11:28:04 +10:00
parent d36429e6e5
commit c2b466b046
6 changed files with 206 additions and 41 deletions
+2 -1
View File
@@ -13,4 +13,5 @@ reset-dev:
.PHONY: proto
proto:
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative internal/machine/api/pb/*.proto
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative \
--proto_path=. --proto_path=internal/machine/api/vendor internal/machine/api/pb/*.proto