monetix gateway
This commit is contained in:
@@ -110,6 +110,12 @@ if [ -f "${PROTO_DIR}/gateway/chain/v1/chain.proto" ]; then
|
||||
generate_go_with_grpc "${PROTO_DIR}/gateway/chain/v1/chain.proto"
|
||||
fi
|
||||
|
||||
if [ -f "${PROTO_DIR}/gateway/mntx/v1/mntx.proto" ]; then
|
||||
info "Compiling Monetix gateway protos"
|
||||
clean_pb_files "./pkg/proto/gateway/mntx"
|
||||
generate_go_with_grpc "${PROTO_DIR}/gateway/mntx/v1/mntx.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