Files
AILab/sentinel/pkg/model/UpdateInfo.go
T
2025-12-29 16:30:55 +08:00

8 lines
147 B
Go

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