wip
This commit is contained in:
10
web/models/progress.go
Normal file
10
web/models/progress.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
type Progress struct {
|
||||
ID string
|
||||
Author string
|
||||
Title string
|
||||
DeviceName string
|
||||
Percentage float64
|
||||
CreatedAt string
|
||||
}
|
||||
Reference in New Issue
Block a user