11 lines
190 B
Go
Raw Normal View History

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