Documentation
¶
Overview ¶
Package runbooks provides embedded runbook documents for procedural guidance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry holds loaded runbooks and provides access for indexing and search.
func NewRegistry ¶
func NewRegistry(log logrus.FieldLogger) (*Registry, error)
NewRegistry creates a new runbook registry and loads all embedded runbooks.
Click to show internal directories.
Click to hide internal directories.