Add grpc support for macOS and Linux

This commit is contained in:
crazywhalecc
2024-11-09 22:07:52 +08:00
committed by Jerry Ma
parent 3c4d47d072
commit 2bfc5e1d74
9 changed files with 137 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
<?php
declare(strict_types=1);
assert(class_exists('Grpc\ChannelCredentials'));