Documentation
¶
Overview ¶
Package checktypes provides utilities for working with checktypes and chektype catalogs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMalformedCatalog = errors.New("malformed catalog")
ErrMalformedCatalog is returned by NewCatalog when the format of the retrieved catalog is not valid.
Functions ¶
Types ¶
type Catalog ¶
type Catalog map[string]checkcatalog.Checktype
Catalog represents a collection of Vulcan checktypes.
func NewCatalog ¶
NewCatalog retrieves the specified checktype catalogs and consolidates them in a single catalog with all the checktypes indexed by name. If a checktype is duplicated it is overridden with the last one.
Click to show internal directories.
Click to hide internal directories.