mirror of
https://github.com/muety/wakapi.git
synced 2025-12-05 22:20:24 -08:00
11 lines
172 B
Go
11 lines
172 B
Go
package models
|
|
|
|
type ProjectStats struct {
|
|
UserId string
|
|
Project string
|
|
TopLanguage string
|
|
Count int64
|
|
First CustomTime
|
|
Last CustomTime
|
|
}
|