Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Runbook ¶
func Runbook(dir string, opts ...RunbookOption) *cRunbook
Runbook creates a new runbook capturer that saves captured runbooks to the specified directory. It applies the provided options to configure the capturer's behavior.
Types ¶
type RunbookOption ¶ added in v0.40.0
type RunbookOption func(*cRunbook) error
func RunbookLoadDesc ¶ added in v0.40.0
func RunbookLoadDesc(enable bool) RunbookOption
RunbookLoadDesc returns a RunbookOption that configures whether to load descriptions when capturing runbooks.
Click to show internal directories.
Click to hide internal directories.