mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Added stats csv read methods and test
This commit is contained in:
@@ -162,6 +162,7 @@ type LoadReader interface {
|
||||
GetTPActionTriggers(string, string) ([]*utils.TPActionTriggers, error)
|
||||
GetTPAccountActions(*utils.TPAccountActions) ([]*utils.TPAccountActions, error)
|
||||
GetTPResourceLimits(string, string) ([]*utils.TPResourceLimit, error)
|
||||
GetTPStats(string, string) ([]*utils.TPStats, error)
|
||||
}
|
||||
|
||||
type LoadWriter interface {
|
||||
|
||||
Reference in New Issue
Block a user