mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
fixes
This commit is contained in:
@@ -38,7 +38,7 @@ type CmdGetAccount struct {
|
||||
name string
|
||||
rpcMethod string
|
||||
rpcParams *apier.AttrGetAccount
|
||||
rpcResult *engine.CallCost
|
||||
rpcResult engine.Account
|
||||
*CommandExecuter
|
||||
}
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ type CmdGetCacheAge struct {
|
||||
name string
|
||||
rpcMethod string
|
||||
rpcParams *StringWrapper
|
||||
rpcResult *utils.CachedItemAge
|
||||
rpcResult utils.CachedItemAge
|
||||
*CommandExecuter
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ import "github.com/cgrates/cgrates/utils"
|
||||
func init() {
|
||||
c := &CmdGetCacheStats{
|
||||
name: "get_cache_stats",
|
||||
rpcMethod: "ApierV1.GetCachedStats",
|
||||
rpcMethod: "ApierV1.GetCacheStats",
|
||||
}
|
||||
commands[c.Name()] = c
|
||||
c.CommandExecuter = &CommandExecuter{c}
|
||||
|
||||
Reference in New Issue
Block a user