Include the ActionS and AccountS in ping command from console

This commit is contained in:
andronache
2021-01-12 16:40:54 +02:00
committed by Dan Christian Bogos
parent f73e224e2f
commit 23dfeb9633
2 changed files with 6 additions and 0 deletions

View File

@@ -83,6 +83,10 @@ func (self *CmdApierPing) RpcMethod() string {
return utils.EeSv1Ping
case utils.RateSLow:
return utils.RateSv1Ping
case utils.AccountSLow:
return utils.AccountSv1Ping
case utils.ActionSLow:
return utils.ActionSv1Ping
default:
}
return self.rpcMethod

View File

@@ -1033,6 +1033,8 @@ const (
ApierSLow = "apiers"
EEsLow = "ees"
RateSLow = "rates"
AccountSLow = "accounts"
ActionSLow = "actions"
)
// Actions