{"id":53826,"library":"appsflyer-go-sundheit","title":"Go Sundheit","description":"Go Sundheit is a health check library for Go services, providing customizable health checks and reporting.","status":"active","version":"0.6.0","language":"go","source_language":null,"source_url":"https://github.com/AppsFlyer/go-sundheit","tags":["health-check","monitoring","appsflyer","utility"],"install":[{"cmd":"go get github.com/AppsFlyer/go-sundheit","lang":"bash","label":"Install github.com/AppsFlyer/go-sundheit"}],"dependencies":[],"imports":[{"symbol":"sundheit","correct":"github.com/AppsFlyer/go-sundheit"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/AppsFlyer/go-sundheit\"\n)\n\nfunc main() {\n\th := sundheit.New()\n\th.AddCheck(&sundheit.Config{\n\t\tCheck: &sundheit.HTTPCheck{\n\t\t\tURL: \"https://example.com\",\n\t\t},\n\t})\n\tfmt.Println(h.Status())\n}","lang":"go","description":"Creates a health check instance and adds an HTTP check."},"warnings":[],"env_vars":null,"search_vec":"'appsflyer':23 'check':8,16,21 'customiz':14 'go':1,3,11 'health':7,15,20 'health-check':19 'librari':9 'monitor':22 'provid':13 'report':18 'servic':12 'sundheit':2,4 'util':24","created_at":"2026-06-15T07:56:48.867095+00:00","updated_at":"2026-06-15T07:56:48.867095+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/AppsFlyer/go-sundheit","github":"https://github.com/AppsFlyer/go-sundheit","docs":"https://pkg.go.dev/github.com/AppsFlyer/go-sundheit#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["observability"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}