first commit

This commit is contained in:
npc0-hue
2026-07-11 14:56:10 +08:00
commit 7e05d0a4e7
660 changed files with 78119 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package dto
type HealthResponse struct {
Service string `json:"service"`
Status string `json:"status"`
Version string `json:"version"`
Time string `json:"time"`
}