![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Registry of incident response playbooks indexed by incident type. More...
#include <incident_response.hpp>
Public Member Functions | |
| PlaybookRegistry () | |
| void | register_playbook (const IncidentPlaybook &pb) |
| Register a playbook for a specific incident type. | |
| expected< IncidentPlaybook > | lookup (const std::string &incident_type) const |
| Look up a playbook by incident type. | |
| std::vector< std::string > | incident_types () const |
| Get all registered incident types. | |
| size_t | size () const |
| Number of registered playbooks. | |
Static Public Member Functions | |
| static PlaybookRegistry | financial_defaults () |
| Build a registry with default playbooks for financial/compliance scenarios. | |
Registry of incident response playbooks indexed by incident type.
Definition at line 128 of file incident_response.hpp.
|
inline |
Definition at line 130 of file incident_response.hpp.
|
inlinestatic |
Build a registry with default playbooks for financial/compliance scenarios.
Definition at line 161 of file incident_response.hpp.
|
inline |
Get all registered incident types.
Definition at line 150 of file incident_response.hpp.
|
inline |
Look up a playbook by incident type.
Definition at line 140 of file incident_response.hpp.
|
inline |
Register a playbook for a specific incident type.
Definition at line 135 of file incident_response.hpp.
|
inline |
Number of registered playbooks.
Definition at line 158 of file incident_response.hpp.