Documentation
¶
Overview ¶
Package auditorimpl implements the auditor component interface
Index ¶
Constants ¶
View Source
const DefaultRegistryFilename = "registry.json"
DefaultRegistryFilename is the default registry filename
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
Dependencies defines the dependencies of the auditor
type JSONRegistry ¶
type JSONRegistry struct { Version int Registry map[string]RegistryEntry }
JSONRegistry represents the registry that will be written on disk
type Provides ¶
type Provides struct {
Comp auditor.Component
}
Provides contains the auditor component
func NewProvides ¶
func NewProvides(deps Dependencies) Provides
NewProvides creates a new auditor component
Click to show internal directories.
Click to hide internal directories.