Skip to main content

Module caps

Module caps 

Source
Expand description

Uniform capability model — every Facet returns a small FacetCaps descriptor so a host (the FacetDeck, korp, nornir) can treat all components uniformly: query “is this scalable?”, “copyable?”, “searchable?” without knowing the concrete type. See .nornir/design/capability-model.md.

Structs§

FacetCaps
What a Facet can do, so hosts treat every component uniformly. All-false by default: a facet opts in to each capability it actually honors.