issues

package
v0.214.1 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: AGPL-3.0, AGPL-3.0-or-later Imports: 10 Imported by: 1

Documentation

Index

Constants

View Source
const TypeInvalidRegex string = "invalid_regex"

TypeInvalidRegex is our type for an invalid regex

View Source
const TypeLegacyVars string = "legacy_vars"

TypeLegacyVars is our type for this issue

View Source
const TypeMissingDependency string = "missing_dependency"

TypeMissingDependency is our type for a missing dependency issue

Variables

View Source
var RegisteredTypes = map[string]reportFunc{}

Functions

func Check

Check returns all issues in the given flow

func InvalidRegexCheck added in v0.76.1

func InvalidRegexCheck(sa flows.SessionAssets, flow flows.Flow, tpls []flows.ExtractedTemplate, refs []flows.ExtractedReference, report func(flows.Issue))

InvalidRegexCheck checks for invalid regexes

func LegacyVarsCheck added in v0.175.0

func LegacyVarsCheck(sa flows.SessionAssets, flow flows.Flow, tpls []flows.ExtractedTemplate, refs []flows.ExtractedReference, report func(flows.Issue))

LegacyVarsCheck checks for this issue

func MissingDependencyCheck

func MissingDependencyCheck(sa flows.SessionAssets, flow flows.Flow, tpls []flows.ExtractedTemplate, refs []flows.ExtractedReference, report func(flows.Issue))

MissingDependencyCheck checks for missing dependencies

Types

type InvalidRegex added in v0.76.1

type InvalidRegex struct {
	Regex string `json:"regex"`
	// contains filtered or unexported fields
}

InvalidRegex is an invalid regex issue

func (*InvalidRegex) ActionUUID added in v0.76.1

func (p *InvalidRegex) ActionUUID() flows.ActionUUID

ActionUUID returns the UUID of the action where issue is found

func (*InvalidRegex) Description added in v0.76.1

func (p *InvalidRegex) Description() string

Description returns the description of the issue

func (*InvalidRegex) Language added in v0.76.1

func (p *InvalidRegex) Language() i18n.Language

Language returns the translation language if the issue was found in a translation

func (*InvalidRegex) NodeUUID added in v0.76.1

func (p *InvalidRegex) NodeUUID() flows.NodeUUID

NodeUUID returns the UUID of the node where issue is found

func (*InvalidRegex) Type added in v0.76.1

func (p *InvalidRegex) Type() string

Type returns the type of this issue

type LegacyVars added in v0.175.0

type LegacyVars struct {
	Vars []string `json:"vars"`
	// contains filtered or unexported fields
}

LegacyVars is a use of legacy vars issue

func (*LegacyVars) ActionUUID added in v0.175.0

func (p *LegacyVars) ActionUUID() flows.ActionUUID

ActionUUID returns the UUID of the action where issue is found

func (*LegacyVars) Description added in v0.175.0

func (p *LegacyVars) Description() string

Description returns the description of the issue

func (*LegacyVars) Language added in v0.175.0

func (p *LegacyVars) Language() i18n.Language

Language returns the translation language if the issue was found in a translation

func (*LegacyVars) NodeUUID added in v0.175.0

func (p *LegacyVars) NodeUUID() flows.NodeUUID

NodeUUID returns the UUID of the node where issue is found

func (*LegacyVars) Type added in v0.175.0

func (p *LegacyVars) Type() string

Type returns the type of this issue

type MissingDependency

type MissingDependency struct {
	Dependency assets.TypedReference `json:"dependency"`
	// contains filtered or unexported fields
}

MissingDependency is a missing asset dependency

func (*MissingDependency) ActionUUID

func (p *MissingDependency) ActionUUID() flows.ActionUUID

ActionUUID returns the UUID of the action where issue is found

func (*MissingDependency) Description

func (p *MissingDependency) Description() string

Description returns the description of the issue

func (*MissingDependency) Language added in v0.73.0

func (p *MissingDependency) Language() i18n.Language

Language returns the translation language if the issue was found in a translation

func (*MissingDependency) NodeUUID

func (p *MissingDependency) NodeUUID() flows.NodeUUID

NodeUUID returns the UUID of the node where issue is found

func (*MissingDependency) Type

func (p *MissingDependency) Type() string

Type returns the type of this issue

Jump to

Keyboard shortcuts

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