Expand description

An actix-web service to implement Dockerflow.

Structs

ErrorArgs 🔒

Arguments to the error handler.

A response to the /__heartbeat__ endpoint.

Returns a status message indicating the current state of the server.

Used by the load balancer to indicate that the server can respond to requests. Should just return OK.

Returning an API error to test error handling.

Return the contents of the version.json file created by CircleCI and stored in the Docker root (or the TBD version stored in the Git repo).

Enums

The status of an individual check, or the whole system, as reported by /heartbeat.

Functions

Handles required Dockerflow Endpoints.