initial commits

master
Charles Iliya Krempeaux 2023-09-26 18:37:59 +09:00
parent 32a3183a1c
commit 29c6f3841d
1 changed files with 11 additions and 0 deletions

11
ent/history.go 100644
View File

@ -0,0 +1,11 @@
package ent
import (
"sourcecode.social/reiver/go-opt"
)
type History struct {
Day opt.Optional[string] `json:"day"`
Accounts opt.Optional[string] `json:"accounts"`
Uses opt.Optional[string] `json:"uses"`
}