simple_proxy.go 60 Bytes
Newer Older
qunfeng qiu's avatar
qunfeng qiu committed
1 2 3 4

type SimpleProxy struct {
	regionUrlMap map[string]string
}