mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 12:17:24 +00:00
7 lines
88 B
Go
7 lines
88 B
Go
package model
|
|
|
|
type Statistic struct {
|
|
Key string `gorm:"primaryKey"`
|
|
Value int64
|
|
}
|