roadster-rs / roadster

"Batteries Included" web framework for Rust designed to get you moving fast 🏎️
Apache License 2.0
3 stars 0 forks source link

fix: Health check config is missing a `custom` field #246

Closed spencewenski closed 1 week ago

spencewenski commented 1 week ago

Similar to the middleware and initializer configs, we want to allow the consumer to access custom config options for their custom health checks.

This PR adds the custom field to the health check config.

Closes https://github.com/roadster-rs/roadster/issues/245