fixed JSON marshal
This commit is contained in:
parent
abc5bee273
commit
f08ab50818
|
@ -115,6 +115,7 @@ message argsInfo {
|
||||||
string pattern = 11;
|
string pattern = 11;
|
||||||
string content = 12;
|
string content = 12;
|
||||||
string fact = 13;
|
string fact = 13;
|
||||||
|
repeated string paths = 14;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Function response
|
// Function response
|
||||||
|
|
Loading…
Reference in New Issue