This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
backend
/
delivery-proto
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
c5eb35d941
Branches
Tags
master
delivery-proto
/
protos
/
result.proto
result.proto
94 B
Verlauf
Originalformat
1
2
3
4
5
6
7
syntax = "proto3";
package protos;
message Result {
int32 Code = 1;
string Msg = 2;
}