Files
Sentinel-EdgeAgent/pkg/model/UpdateInfo.go
T
2026-05-26 13:53:23 +08:00

8 lines
147 B
Go

package model
type UpdateInfo struct {
Version int `json:"version"`
DownloadURL string `json:"url"`
Notes string `json:"notes"`
}