View Source Doctor.Reporter behaviour (Doctor v0.21.0)

Defines the behaviour for a reporter

Link to this section Summary

Link to this section Types

@type module_reports() :: [Doctor.ModuleReport.t()]

Link to this section Callbacks

Link to this callback

generate_report(module_reports, any)

View Source
@callback generate_report(module_reports(), any()) :: :ok | :error