Skip to content

Commit

Permalink
add Singapore Location
Browse files Browse the repository at this point in the history
  • Loading branch information
xujinzheng committed Sep 15, 2015
1 parent bf6b667 commit 3838757
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions queue_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3838757

Please sign in to comment.