pluginux

package
v0.1.24 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2026 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package pluginux checks plugin manifests against generic renderer UX rules.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Finding

type Finding struct {
	Level   Level
	Path    string
	Message string
}

func Errors

func Errors(findings []Finding) []Finding

func Lint

func Lint(m plugin.Manifest, routes []plugin.Route) []Finding

func (Finding) Error

func (f Finding) Error() string

type Level

type Level string
const (
	Error   Level = "error"
	Warning Level = "warning"
)

Jump to

Keyboard shortcuts

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