AnthoLume/web/models/progress.go
2025-08-17 17:04:54 -04:00

11 lines
156 B
Go

package models
type Progress struct {
ID string
Author string
Title string
DeviceName string
Percentage float64
CreatedAt string
}