Files
AILab/sentinel/pkg/model/UpdateInfo.go
T
2025-12-30 17:54:33 +08:00

8 lines
147 B
Go

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