Support reverse query function for query log (#1298)

This commit is contained in:
moluzhang
2019-09-02 18:02:07 +08:00
committed by Ta-Ching Chen
parent 58811ab522
commit 62016b2f83
4 changed files with 13 additions and 13 deletions
+1
View File
@@ -34,6 +34,7 @@ type LogFilter struct {
Function string
FuncUid string
Since time.Time
Reverse bool
RecordLimit int
}