提交 v1.3.0 beta
This commit is contained in:
7
server/dto/overview.go
Normal file
7
server/dto/overview.go
Normal file
@ -0,0 +1,7 @@
|
||||
package dto
|
||||
|
||||
type DateCounter struct {
|
||||
Date string `json:"date"`
|
||||
Value uint64 `json:"value"`
|
||||
Type string `json:"type"`
|
||||
}
|
Reference in New Issue
Block a user