11 lines
190 B
Go
Raw Normal View History

2017-07-13 00:32:36 +00:00
package utils
import "time"
2019-06-03 09:32:43 +00:00
import "github.com/animenotifier/notify.moe/arn"
2017-07-13 00:32:36 +00:00
// UserStats ...
type UserStats struct {
AnimeWatchingTime time.Duration
PieCharts []*arn.PieChart
}