PHP Classes

File: protos/user.proto

Recommend this page to a friend!
  Classes of Thiago Przyczynski   Laravel Protocol Buffers   protos/user.proto   Download  
File: protos/user.proto
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Protocol Buffers
Output protocol buffers responses using Laravel
Author: By
Last change:
Date: 2 months ago
Size: 146 bytes
 

Contents

Class file image Download
syntax = "proto3"; option php_metadata_namespace = "GPBMetadata"; message User { string name = 1; string email = 2; int32 age = 3; }