ProtoJsonRequest.php 153 B

12345678910111213
  1. <?php
  2. namespace Tests\Unit;
  3. use Google\Protobuf\Internal\Message;
  4. interface ProtoJsonRequest
  5. {
  6. public function requestProtobufJson():string;
  7. }