Able to list destinations

This commit is contained in:
2024-12-28 22:27:39 +08:00
parent ebc3a6f09c
commit 8888f7661a
4 changed files with 24 additions and 21 deletions

View File

@ -6,7 +6,9 @@ const (
)
type BaseDestination struct {
Type string `json:"type"`
Type string `json:"type"`
Label string `json:"label"`
LabelRegion string `json:"label_region"`
}
type LocalDestination struct {