14 lines
190 B
Go
Raw Normal View History

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