♻️ Refactored opener

 Support boost in opener
This commit is contained in:
2024-12-28 23:10:57 +08:00
parent 8888f7661a
commit 49a8159e35
6 changed files with 220 additions and 55 deletions

View File

@ -6,9 +6,10 @@ const (
)
type BaseDestination struct {
Type string `json:"type"`
Label string `json:"label"`
LabelRegion string `json:"label_region"`
Type string `json:"type"`
Label string `json:"label"`
Region string `json:"region"`
IsBoost bool `json:"is_boost"`
}
type LocalDestination struct {