list

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package list provides a list of annotation plugins.

Index

Constants

This section is empty.

Variables

View Source
var All = concat(
	VEX,
)

All annotators.

Default detectors that are recommended to be enabled.

VEX generation related annotators.

Functions

func AnnotatorsFromName added in v0.3.1

func AnnotatorsFromName(name string) ([]annotator.Annotator, error)

AnnotatorsFromName returns a list of annotators from a name.

Types

type InitFn

type InitFn func() annotator.Annotator

InitFn is the annotator initializer function.

type InitMap

type InitMap map[string][]InitFn

InitMap is a map of annotator names to their initers.

Jump to

Keyboard shortcuts

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