migrate from github

This commit is contained in:
2026-07-15 22:42:31 +08:00
commit 3ad559f05e
262 changed files with 21637 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package types
type TimeRange struct {
Start *string `json:"start" form:"start"`
End *string `json:"end" form:"end"`
}