Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "backendbinary", Requires: []*analysis.Analyzer{archive.Analyzer, nestedmetadata.Analyzer}, Run: run, Rules: []*analysis.Rule{ backendBinaryMissing, backendFoundButNotDeclared, alertingFoundButBackendFalse, }, ReadmeInfo: analysis.ReadmeInfo{ Name: "Backend Binary", Description: "Validates the consistency between the existence of a binary file and plugin.json declarations for backend or alerting.", }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.