This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
backend
/
delivery-proto
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
ad814c1d81
Rami (Branch)
Tag
master
delivery-proto
/
protos
/
result.proto
result.proto
94 B
Cronologia
Originale
1
2
3
4
5
6
7
syntax = "proto3";
package protos;
message Result {
int32 Code = 1;
string Msg = 2;
}