We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd860a9 commit 0302cf7Copy full SHA for 0302cf7
pkg/investigations/investigation/investigation.go
@@ -22,6 +22,8 @@ type InvestigationResult struct {
22
23
type Investigation interface {
24
Run(resources *Resources) (InvestigationResult, error)
25
+ // Please note that when adding an investigation the name and the directory currently need to be the same,
26
+ // so that backplane-api can fetch the metadata.yaml
27
Name() string
28
Description() string
29
IsExperimental() bool
0 commit comments