From 383875702f8467271f79f04657aae3a45a4d3874 Mon Sep 17 00:00:00 2001 From: Zeal Date: Tue, 15 Sep 2015 16:05:18 +0800 Subject: [PATCH] add Singapore Location --- queue_manager.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/queue_manager.go b/queue_manager.go index 950e9a5..fe14fc3 100644 --- a/queue_manager.go +++ b/queue_manager.go @@ -12,9 +12,10 @@ import ( type MNSLocation string const ( - Beijing MNSLocation = "beijing" - Hangzhou MNSLocation = "hangzhou" - Qingdao MNSLocation = "qingdao" + Beijing MNSLocation = "cn-beijing" + Hangzhou MNSLocation = "cn-hangzhou" + Qingdao MNSLocation = "cn-qingdao" + Singapore MNSLocation = "ap-southeast-1" ) type AliQueueManager interface {