Add StatIDs option for Stat ProcessEvent

This commit is contained in:
TeoV
2018-08-31 06:38:28 -04:00
committed by Dan Christian Bogos
parent 4c0f575302
commit cf24c1919f
13 changed files with 162 additions and 130 deletions

View File

@@ -1057,6 +1057,7 @@ type CDRsFilter struct {
Unscoped bool // Include soft-deleted records in results
Count bool // If true count the items instead of returning data
Paginator
//OrderBy asc/desc
}
// RPCCDRsFilter is a filter used in Rpc calls