View Source Doctor.Reporter behaviour (Doctor v0.22.0)
Defines the behaviour for a reporter
Summary
Types
@type module_reports() :: [Doctor.ModuleReport.t()]
Callbacks
@callback generate_report(module_reports(), any()) :: :ok | :error
Defines the behaviour for a reporter
@type module_reports() :: [Doctor.ModuleReport.t()]
@callback generate_report(module_reports(), any()) :: :ok | :error