module Aggregator(K, A)
Included Modules
Direct including types
Defined in:
status_page/aggregator.crInstance Method Summary
- #add_item(key : K, agg : A)
- #aggregated_header(t : StatusPage::HTMLBuilder::Table)
- #aggregated_row(t : StatusPage::HTMLBuilder::Table, key : K, agg : A)
- #filter_link(t, content, **params)
- #item_header(t : StatusPage::HTMLBuilder::Table)
- #item_row(t : StatusPage::HTMLBuilder::Table, key : K, agg : A)
- #render(io : IO)
- #render_full(params : HTTP::Params, io : IO)