This commit is contained in:
Hericium-sys
2026-04-25 13:26:02 +08:00
commit 62b87c6002
29 changed files with 1884 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package example
// HelloResponse 示例响应
type HelloResponse struct {
Message string `json:"message"`
}