mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 06:09:53 +05:00
ResourceLimits with standalone RPC object, renaming of RPC methods
This commit is contained in:
@@ -1283,9 +1283,9 @@ type AttrRLsCache struct {
|
||||
}
|
||||
|
||||
type AttrRLsResourceUsage struct {
|
||||
ResourceUsageID string
|
||||
Event map[string]interface{}
|
||||
RequestedUnits float64
|
||||
Event map[string]interface{}
|
||||
UsageID string // ResourceUsage Identifier
|
||||
Units float64
|
||||
}
|
||||
|
||||
// Attributes to send on SessionDisconnect by SMG
|
||||
|
||||
Reference in New Issue
Block a user