#!/usr/bin/env bash cd "$(dirname "$0")" rm -rf google for p in $(find ../third_party/googleapis/google -type f -name *.proto); do protoc \ --proto_path=../third_party/googleapis \ --php_out=./ \ --grpc_out=./ \ --plugin=protoc-gen-grpc="$(which grpc_php_plugin)" \ "$p" done
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
bins | Folder | 2755 |
|
|
grpc_gpc_prober | Folder | 2755 |
|
|
cloudprober.cfg | File | 655 B | 0644 |
|
codegen.sh | File | 299 B | 0755 |
|
composer.json | File | 187 B | 0644 |
|