Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtractInput ¶
type FakeExtractor ¶
type FakeExtractor struct {
ExtractInputs []ExtractInput
// contains filtered or unexported fields
}
func NewFakeExtractor ¶
func NewFakeExtractor() *FakeExtractor
func (*FakeExtractor) Extract ¶
func (f *FakeExtractor) Extract(blobID string, blobSHA1 string, targetDir string) error
func (*FakeExtractor) SetExtractBehavior ¶
func (f *FakeExtractor) SetExtractBehavior(blobID string, blobSHA1 string, targetDir string, err error)
Click to show internal directories.
Click to hide internal directories.