Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDataNotFoundError ¶
Types ¶
type DataNotFoundError ¶
type DataNotFoundError struct {
// contains filtered or unexported fields
}
func (DataNotFoundError) Error ¶
func (d DataNotFoundError) Error() string
type RuleEntity ¶
type RunbookDetails ¶
type RunbookDetails struct { Name string `json:"name"` Steps []RunbookStepData `json:"steps"` }
type RunbookRef ¶
type RunbookRef struct {
Id string `json:"id"`
}
type RunbookStepData ¶
type RunbookStepDetailsEntity ¶
type RunbookStepDetailsEntity struct { RunbookStepData Location RunbookStepLocation }
type RunbookStepLocation ¶
type RunbookSummary ¶
type Session ¶
type Session struct { Runbook RunbookRef `json:"runbook"` SessionId string `json:"session_id"` Stats SessionStatistics `json:"stats"` TriggeringError Error `json:"error"` }
type SessionStatistics ¶
Click to show internal directories.
Click to hide internal directories.