[][src]Module healthchecks::ping

Functions for interacting with the Healthchecks pinging API.

Structs

HealthcheckConfig

Struct that encapsulates the UUID that uniquely identifies your healthchecks.io endpoint. Instances of this expose methods to report status to healthchecks.io

Functions

get_config

Create an instance of HealthcheckConfig from a String UUID and a custom User-Agent header value. This method runs basic UUID validation and returns Err when the UUID is invalid.