implement grpc gateway for http api
All checks were successful
Build and Publish / release (push) Has been skipped
Build and Publish / check-chart (push) Successful in 10s
Build and Publish / helm-release (push) Has been skipped

This commit is contained in:
2025-03-24 16:47:54 -04:00
parent 2c78dcc133
commit 9077ae354a
15 changed files with 668 additions and 187 deletions

View File

@ -14,7 +14,7 @@ DOCKER_IMG := gitea.libretechconsulting.com/rmcguire/ambient-local-exporter
all: proto test build docker
proto: check_protoc $(API_DIR)
protoc --proto_path=proto \
protoc --proto_path=proto --proto_path=proto/googleapis \
--go_out=$(API_DIR) --go_opt=paths=source_relative \
--go-grpc_out=$(API_DIR) --go-grpc_opt=paths=source_relative \
--grpc-gateway_out=$(API_DIR) --grpc-gateway_opt=paths=source_relative \