Files
AnthoLume/web/models/progress.go
2025-11-12 19:13:16 -05:00

11 lines
156 B
Go

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