interface refactoring

This commit is contained in:
Stephan D
2026-01-05 01:22:47 +01:00
parent fcd831902a
commit 7424ef751c
16 changed files with 3623 additions and 133 deletions

View File

@@ -116,10 +116,10 @@ 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"
if [ -f "${PROTO_DIR}/connector/v1/connector.proto" ]; then
info "Compiling connector protos"
clean_pb_files "./pkg/proto/connector"
generate_go_with_grpc "${PROTO_DIR}/connector/v1/connector.proto"
fi
if [ -f "${PROTO_DIR}/payments/orchestrator/v1/orchestrator.proto" ]; then