first commit

This commit is contained in:
2025-11-24 11:18:08 +08:00
commit b9eb4abed0
15 changed files with 390 additions and 0 deletions

9
heartbeat/beat.go Normal file
View File

@@ -0,0 +1,9 @@
package heartbeat
import (
"net/http"
)
func Beat(w http.ResponseWriter, r *http.Request) {
}