HookSniffAPI.Model.SystemStatus (hooksniff v1.0.0)

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.SystemStatus{
  checked_at: String.t(),
  components: [HookSniffAPI.Model.SystemStatusComponentsInner.t()],
  overall_status: String.t(),
  uptime_30d: number()
}

Functions

decode(value)