package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Aug 7, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
RunbookEntries is a slice of RunbookEntry
type RunbookEntry struct {
ID types.RunbookID `json:"id"`
Title string `json:"title"`
Description string `json:"description"`
SQLContent string `json:"sql_content"`
}
RunbookEntry represents a single SQL runbook entry
Source Files
¶
Click to show internal directories.
Click to hide internal directories.