interface refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user