blob: 54fd15e226d60b3516b21e9213e32913c5a24e4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
package NExampleProtos;
message TInput {
required string Url = 1;
required string Ip = 2;
}
message TOutput {
required string Path = 1;
required string Host = 2;
}
|