![]() |
Signet Forge 0.1.1
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 129 of file incident_response.hpp.
|
inline |
Definition at line 131 of file incident_response.hpp.
|
inlinestatic |
Build a registry with default playbooks for financial/compliance scenarios.
Definition at line 163 of file incident_response.hpp.
|
inline |
Get all registered incident types.
Definition at line 152 of file incident_response.hpp.
|
inline |
Look up a playbook by incident type.
Definition at line 142 of file incident_response.hpp.
|
inline |
Register a playbook for a specific incident type.
Definition at line 137 of file incident_response.hpp.
|
inline |
Number of registered playbooks.
Definition at line 160 of file incident_response.hpp.