PlugCheckup v0.6.0 PlugCheckup.Options View Source

Defines the options which can be given to initialize PlugCheckup.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %PlugCheckup.Options{
  checks: [PlugCheckup.Check.t()],
  error_code: pos_integer(),
  json_encoder: module(),
  pretty: boolean(),
  time_unit: :second | :millisecond | :microsecond,
  timeout: pos_integer()
}

Link to this section Functions