Files
wakapi/models/project_stats.go

11 lines
172 B
Go

package models
type ProjectStats struct {
UserId string
Project string
TopLanguage string
Count int64
First CustomTime
Last CustomTime
}