Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MultipleMatchErr = errors.New("multiple matches found")
View Source
var NoMatchErr = errors.New("no match found")
View Source
var UnsupportedOperationErr = errors.New("unsupported operation")
Functions ¶
Types ¶
type Factory ¶
type Factory interface {
Create(provider ProviderName, name string, options map[string]interface{}) (Index, error)
}
type NamedGetter ¶
type ProviderName ¶
type ProviderName string
Directories ¶
Path | Synopsis |
---|---|
Package boshuaV2 provides the "boshua.v2" provider which supports querying a remote API server for analysis results.
|
Package boshuaV2 provides the "boshua.v2" provider which supports querying a remote API server for analysis results. |
Package dpbreleaseartifacts provides the "dpbreleaseartifacts" provider which supports querying and storing analysis results in a git repository.
|
Package dpbreleaseartifacts provides the "dpbreleaseartifacts" provider which supports querying and storing analysis results in a git repository. |
Package localcache provides the "localcache" provider which supports querying and storing analysis results in a local directory.
|
Package localcache provides the "localcache" provider which supports querying and storing analysis results in a local directory. |
Click to show internal directories.
Click to hide internal directories.