unified gateway interfaces
This commit is contained in:
@@ -116,6 +116,12 @@ if [ -f "${PROTO_DIR}/gateway/mntx/v1/mntx.proto" ]; then
|
||||
generate_go_with_grpc "${PROTO_DIR}/gateway/mntx/v1/mntx.proto"
|
||||
fi
|
||||
|
||||
if [ -f "${PROTO_DIR}/gateway/unified/v1/gateway.proto" ]; then
|
||||
info "Compiling unified gateway protos"
|
||||
clean_pb_files "./pkg/proto/gateway/unified"
|
||||
generate_go_with_grpc "${PROTO_DIR}/gateway/unified/v1/gateway.proto"
|
||||
fi
|
||||
|
||||
if [ -f "${PROTO_DIR}/payments/orchestrator/v1/orchestrator.proto" ]; then
|
||||
info "Compiling payments orchestrator protos"
|
||||
clean_pb_files "./pkg/proto/payments/orchestrator"
|
||||
|
||||
Reference in New Issue
Block a user