mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 07:38:45 +05:00
Added *aws_json_map and *amqp_json_map to action map
This commit is contained in:
committed by
Dan Christian Bogos
parent
ecedaa6fc4
commit
16ee033e26
@@ -124,8 +124,8 @@ func getActionFunc(typ string) (actionTypeFunc, bool) {
|
||||
SetExpiry: setExpiryAction,
|
||||
MetaPublishAccount: publishAccount,
|
||||
MetaPublishBalance: publishBalance,
|
||||
MetaAMQPjsonMap: sendAMQP,
|
||||
MetaAWSjsonMap: sendAWS,
|
||||
utils.MetaAMQPjsonMap: sendAMQP,
|
||||
utils.MetaAWSjsonMap: sendAWS,
|
||||
}
|
||||
f, exists := actionFuncMap[typ]
|
||||
return f, exists
|
||||
|
||||
Reference in New Issue
Block a user