Files
balancecluster/heartbeat/beat.go

10 lines
98 B
Go
Raw Normal View History

2025-11-24 11:18:08 +08:00
package heartbeat
import (
"net/http"
)
func Beat(w http.ResponseWriter, r *http.Request) {
}