mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 15:18:44 +05:00
Commented CGRID where it is not needed
This commit is contained in:
committed by
Dan Christian Bogos
parent
ebfd371bb7
commit
2e4b77e4df
@@ -32,7 +32,7 @@ type ArgsItemIDs struct {
|
||||
}
|
||||
|
||||
type AttrGetCdrs struct {
|
||||
CgrIds []string // If provided, it will filter based on the cgrids present in list
|
||||
//CgrIds []string // If provided, it will filter based on the cgrids present in list
|
||||
MediationRunIds []string // If provided, it will filter on mediation runid
|
||||
|
||||
TORs []string // If provided, filter on TypeOfRecord
|
||||
@@ -88,8 +88,8 @@ type ExportedTPStats struct {
|
||||
// RPCCDRsFilter is a filter used in Rpc calls
|
||||
// RPCCDRsFilter is slightly different than CDRsFilter by using string instead of Time filters
|
||||
type RPCCDRsFilter struct {
|
||||
CGRIDs []string // If provided, it will filter based on the cgrids present in list
|
||||
NotCGRIDs []string // Filter specific CgrIds out
|
||||
//CGRIDs []string // If provided, it will filter based on the cgrids present in list
|
||||
//NotCGRIDs []string // Filter specific CgrIds out
|
||||
RunIDs []string // If provided, it will filter on mediation runid
|
||||
NotRunIDs []string // Filter specific runIds out
|
||||
OriginIDs []string // If provided, it will filter on OriginIDs
|
||||
|
||||
Reference in New Issue
Block a user