MCPcopy
hub / github.com/unkeyed/unkey / ChecklyHeartbeat

Struct ChecklyHeartbeat

pkg/healthcheck/checkly.go:11–14  ·  view source on GitHub ↗

ChecklyHeartbeat sends heartbeats to Checkly monitoring service.

Source from the content-addressed store, hash-verified

9
10// ChecklyHeartbeat sends heartbeats to Checkly monitoring service.
11type ChecklyHeartbeat struct {
12 url string
13 client *http.Client
14}
15
16// NewChecklyHeartbeat creates a new Checkly heartbeat client.
17func NewChecklyHeartbeat(url string) *ChecklyHeartbeat {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected