PHP Classes

File: tests/app/proto/import/message.proto

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

Contents

Class file image Download
syntax = "proto3"; option php_namespace = "Spiral\\App\\Service\\Sub"; option php_metadata_namespace = "Spiral\\App\\GPBMetadata"; package service.sub; message Message { string msg = 1; }