mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Renamed dispatcherhost to dispatcher_host
This commit is contained in:
committed by
Dan Christian Bogos
parent
500ce4952a
commit
088589a5ac
@@ -25,7 +25,7 @@ import (
|
||||
|
||||
func init() {
|
||||
c := &CmdGetDispatcherHost{
|
||||
name: "dispatcherhost",
|
||||
name: "dispatcher_host",
|
||||
rpcMethod: utils.ApierV1GetDispatcherHost,
|
||||
}
|
||||
commands[c.Name()] = c
|
||||
@@ -24,7 +24,7 @@ import (
|
||||
|
||||
func init() {
|
||||
c := &CmdGetDispatcherHostIDs{
|
||||
name: "dispatcherhost_ids",
|
||||
name: "dispatcher_host_ids",
|
||||
rpcMethod: utils.ApierV1GetDispatcherHostIDs,
|
||||
}
|
||||
commands[c.Name()] = c
|
||||
@@ -24,7 +24,7 @@ import (
|
||||
|
||||
func init() {
|
||||
c := &CmdRemoveDispatcherHost{
|
||||
name: "dispatcherhost_remove",
|
||||
name: "dispatcher_host_remove",
|
||||
rpcMethod: utils.ApierV1RemoveDispatcherHost,
|
||||
}
|
||||
commands[c.Name()] = c
|
||||
@@ -25,7 +25,7 @@ import (
|
||||
|
||||
func init() {
|
||||
c := &CmdSetDispatcherHost{
|
||||
name: "dispatcherhost_set",
|
||||
name: "dispatcher_host_set",
|
||||
rpcMethod: utils.ApierV1SetDispatcherHost,
|
||||
}
|
||||
commands[c.Name()] = c
|
||||
Reference in New Issue
Block a user