mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-31 23:56:34 +08:00
7 lines
97 B
Go
7 lines
97 B
Go
package regionutils
|
|
|
|
const (
|
|
PriceTypeTraffic = "traffic"
|
|
PriceTypeBandwidth = "bandwidth"
|
|
)
|