mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add ReplicatorSv1 for remote/replication functionality
This commit is contained in:
committed by
Dan Christian Bogos
parent
a3a59bbb64
commit
5cc9f94cc0
@@ -75,6 +75,8 @@ func (self *CmdApierPing) RpcMethod() string {
|
||||
return utils.SchedulerSv1Ping
|
||||
case utils.RALsLow:
|
||||
return utils.RALsV1Ping
|
||||
case utils.ReplicatorLow:
|
||||
return utils.ReplicatorSv1Ping
|
||||
default:
|
||||
}
|
||||
return self.rpcMethod
|
||||
|
||||
Reference in New Issue
Block a user