Added statistics

This commit is contained in:
2017-07-13 02:32:36 +02:00
parent df4b367c61
commit 33d6202041
6 changed files with 97 additions and 0 deletions

10
utils/UserStats.go Normal file
View File

@ -0,0 +1,10 @@
package utils
import "time"
import "github.com/animenotifier/arn"
// UserStats ...
type UserStats struct {
AnimeWatchingTime time.Duration
PieCharts []*arn.PieChart
}