mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Adding static field values for multiple mediation in configuration, fmt on sources
This commit is contained in:
@@ -287,14 +287,20 @@ type AttrCacheStats struct { // Add in the future filters here maybe so we avoid
|
||||
}
|
||||
|
||||
type CacheStats struct {
|
||||
Destinations int
|
||||
RatingPlans int
|
||||
RatingProfiles int
|
||||
Actions int
|
||||
Destinations int
|
||||
RatingPlans int
|
||||
RatingProfiles int
|
||||
Actions int
|
||||
}
|
||||
|
||||
type AttrCachedItemAge struct {
|
||||
Category string // Item's category, same name as .csv files without extension
|
||||
ItemId string // Item's identity tag
|
||||
Category string // Item's category, same name as .csv files without extension
|
||||
ItemId string // Item's identity tag
|
||||
}
|
||||
|
||||
type CachedItemAge struct {
|
||||
Destination time.Duration
|
||||
RatingPlan time.Duration
|
||||
RatingProfile time.Duration
|
||||
Action time.Duration
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user