Renamed dispatcherhost to dispatcher_host

This commit is contained in:
Tripon Alexandru-Ionut
2019-04-10 10:00:04 +03:00
committed by Dan Christian Bogos
parent 500ce4952a
commit 088589a5ac
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ import (
func init() {
c := &CmdGetDispatcherHost{
name: "dispatcherhost",
name: "dispatcher_host",
rpcMethod: utils.ApierV1GetDispatcherHost,
}
commands[c.Name()] = c

View File

@@ -24,7 +24,7 @@ import (
func init() {
c := &CmdGetDispatcherHostIDs{
name: "dispatcherhost_ids",
name: "dispatcher_host_ids",
rpcMethod: utils.ApierV1GetDispatcherHostIDs,
}
commands[c.Name()] = c

View File

@@ -24,7 +24,7 @@ import (
func init() {
c := &CmdRemoveDispatcherHost{
name: "dispatcherhost_remove",
name: "dispatcher_host_remove",
rpcMethod: utils.ApierV1RemoveDispatcherHost,
}
commands[c.Name()] = c

View File

@@ -25,7 +25,7 @@ import (
func init() {
c := &CmdSetDispatcherHost{
name: "dispatcherhost_set",
name: "dispatcher_host_set",
rpcMethod: utils.ApierV1SetDispatcherHost,
}
commands[c.Name()] = c