diagnostics

package
v1.2.13-prerelease08 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiagnosticsWorkflow

type DiagnosticsWorkflow interface {
	Start() error
	Stop()
}

func New

func New(params Params) DiagnosticsWorkflow

New creates a new diagnostics workflow.

type DiagnosticsWorkflowInput

type DiagnosticsWorkflowInput struct {
	Domain     string
	WorkflowID string
	RunID      string
}

type DiagnosticsWorkflowResult

type DiagnosticsWorkflowResult struct {
	Issues    []invariants.InvariantCheckResult
	RootCause []invariants.InvariantRootCauseResult
	Runbooks  []string
}

type Params

type Params struct {
	ServiceClient workflowserviceclient.Interface
	ClientBean    client.Bean
	MetricsClient metrics.Client
	TallyScope    tally.Scope
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL