struct

Hwaro::Services::CheckGroup

Inherits Struct / Value / Object

A logical group of checks, surfaced under one heading in the CLI. :config is rendered with the runtime config_path; other keys use default_heading verbatim.

Constructors

new(key : Symbol, default_heading : String, checks : Array(CheckSpec))
Source

Instance methods

checks
clone
Source
copy_with(key _key = @key, default_heading _default_heading = @default_heading, checks _checks = @checks)
Source
default_heading
key