wip
This commit is contained in:
12
web/models/activity.go
Normal file
12
web/models/activity.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
import "time"
|
||||
|
||||
type Activity struct {
|
||||
ID string
|
||||
Author string
|
||||
Title string
|
||||
StartTime string
|
||||
Duration time.Duration
|
||||
Percentage float64
|
||||
}
|
||||
Reference in New Issue
Block a user