Documentation ¶
Index ¶
Constants ¶
View Source
const (
WfDiagnosticsAppName = "workflow-diagnostics"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiagnosticsStarterWorkflowInput ¶ added in v1.2.14
type DiagnosticsStarterWorkflowResult ¶ added in v1.2.14
type DiagnosticsStarterWorkflowResult struct {
DiagnosticsResult *DiagnosticsWorkflowResult
}
type DiagnosticsWorkflow ¶
type DiagnosticsWorkflow interface { Start() error Stop() }
type DiagnosticsWorkflowResult ¶
type DiagnosticsWorkflowResult struct {
Timeouts *timeoutDiagnostics
}
Click to show internal directories.
Click to hide internal directories.