ChecklyHeartbeat sends heartbeats to Checkly monitoring service.
| 9 | |
| 10 | // ChecklyHeartbeat sends heartbeats to Checkly monitoring service. |
| 11 | type ChecklyHeartbeat struct { |
| 12 | url string |
| 13 | client *http.Client |
| 14 | } |
| 15 | |
| 16 | // NewChecklyHeartbeat creates a new Checkly heartbeat client. |
| 17 | func NewChecklyHeartbeat(url string) *ChecklyHeartbeat { |
nothing calls this directly
no outgoing calls
no test coverage detected