package handler import ( "github.com/wpajqz/linker" ) // Healthy 健康检查 func Healthy(ctx linker.Context) { ctx.Success(map[string]string{"keepalive": "true"}) }