PHP Classes

File: tests/app/proto/service.proto

Recommend this page to a friend!
  Classes of Wolfy-J   spiral   tests/app/proto/service.proto   Download  
File: tests/app/proto/service.proto
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 5 years ago
Size: 267 bytes
 

Contents

Class file image Download
syntax = "proto3"; option php_namespace = "Spiral\\App\\Service"; option php_metadata_namespace = "Spiral\\App\\GPBMetadata"; package service; import "import/message.proto"; service Echo { rpc Ping (service.sub.Message) returns (service.sub.Message) { } }