mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 21:29:52 +05:00
Renamed cgr-console Apis
This commit is contained in:
committed by
Dan Christian Bogos
parent
496c354bc3
commit
1456405b36
@@ -26,7 +26,7 @@ import (
|
||||
|
||||
func init() {
|
||||
c := &CmdGetAttributeForEvent{
|
||||
name: "get_attribute_for_event",
|
||||
name: "attributes_for_event",
|
||||
rpcMethod: "AttributeSv1.GetAttributeForEvent",
|
||||
}
|
||||
commands[c.Name()] = c
|
||||
@@ -26,7 +26,7 @@ import (
|
||||
|
||||
func init() {
|
||||
c := &CmdGetResourceForEvent{
|
||||
name: "get_resources_for_event",
|
||||
name: "resources_for_event",
|
||||
rpcMethod: "ResourceSv1.GetResourcesForEvent",
|
||||
}
|
||||
commands[c.Name()] = c
|
||||
@@ -26,7 +26,7 @@ import (
|
||||
|
||||
func init() {
|
||||
c := &CmdStatsQueueProcessEvent{
|
||||
name: "statsqueue_for_event",
|
||||
name: "stats_process_event",
|
||||
rpcMethod: "StatSv1.GetStatQueuesForEvent",
|
||||
}
|
||||
commands[c.Name()] = c
|
||||
@@ -25,7 +25,7 @@ import (
|
||||
|
||||
func init() {
|
||||
c := &CmdThresholdProcessEvent{
|
||||
name: "threshold_process_event",
|
||||
name: "thresholds_process_event",
|
||||
rpcMethod: "ThresholdSv1.ProcessEvent",
|
||||
}
|
||||
commands[c.Name()] = c
|
||||
Reference in New Issue
Block a user