Index in list destination api

This commit is contained in:
2024-12-29 01:20:56 +08:00
parent e89f149336
commit b7bedb8dfc
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ const (
)
type BaseDestination struct {
ID int `json:"id,omitempty"` // Auto filled with index, only for user
Type string `json:"type"`
Label string `json:"label"`
Region string `json:"region"`