mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
ResourceLimits loaded from .csv to redis, get, set remove methods in AccountingStorage interface
This commit is contained in:
@@ -92,6 +92,9 @@ type AccountingStorage interface {
|
||||
SetAlias(*Alias) error
|
||||
GetAlias(string, bool) (*Alias, error)
|
||||
RemoveAlias(string) error
|
||||
GetResourceLimit(string, bool) (*ResourceLimit, error)
|
||||
SetResourceLimit(*ResourceLimit) error
|
||||
RemoveResourceLimit(string) error
|
||||
GetLoadHistory(int, bool) ([]*utils.LoadInstance, error)
|
||||
AddLoadHistory(*utils.LoadInstance, int) error
|
||||
GetStructVersion() (*StructVersion, error)
|
||||
|
||||
Reference in New Issue
Block a user