Added *aws_json_map and *amqp_json_map to action map

This commit is contained in:
Trial97
2019-01-30 09:35:51 +02:00
committed by Dan Christian Bogos
parent ecedaa6fc4
commit 16ee033e26

View File

@@ -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