Skip to content

Instantly share code, notes, and snippets.

@lpeppe
Last active April 18, 2021 20:19
Show Gist options
  • Save lpeppe/c89669636a0875e9869ddf1ec0e2796c to your computer and use it in GitHub Desktop.
Save lpeppe/c89669636a0875e9869ddf1ec0e2796c to your computer and use it in GitHub Desktop.
defmodule PhxHealthcheck.Healthcheck do
@callback check_status() :: String.t()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment