Documentation
¶
Overview ¶
Package gitcommitdirect provides an dummy extractor that returns a preset list of commits
Index ¶
Constants ¶
View Source
const (
// Name is the unique name of this extractor.
Name = "vcs/gitcommitdirect"
)
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(commits []string) standalone.Extractor
New returns a new instance of the extractor.
Types ¶
type Extractor ¶
type Extractor struct {
// contains filtered or unexported fields
}
Extractor extracts git repository hashes including submodule hashes. This extractor will not return an error, and will just return no results if we fail to extract
func (*Extractor) Requirements ¶
func (e *Extractor) Requirements() *plugin.Capabilities
Requirements of the extractor.
Click to show internal directories.
Click to hide internal directories.