http urls monitor.

index.go 171B

1234567891011
  1. package handler
  2. import (
  3. "github.com/wpajqz/linker"
  4. )
  5. // Healthy 健康检查
  6. func Healthy(ctx linker.Context) {
  7. ctx.Success(map[string]string{"keepalive": "true"})
  8. }