This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
huazai
/
typescript_tcp_protobuf
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
2fc30fb0f6
Branches
Tags
master
typescript_tcp_...
/
proto
/
messages.proto
messages.proto
92 B
Verlauf
Originalformat
1
2
3
4
5
6
7
syntax = "proto3";
package Messages;
message Person {
string name = 1;
int32 age = 2;
}