fakeextractor

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2026 License: Apache-2.0, BSD-3-Clause, MIT Imports: 8 Imported by: 0

Documentation

Overview

Package fakeextractor provides a Extractor implementation to be used in tests.

Index

Constants

This section is empty.

Variables

View Source
var AllowUnexported = cmp.AllowUnexported(fakeExtractor{})

AllowUnexported is a utility function to be used with cmp.Diff to compare structs that contain the fake extractor.

Functions

func New

func New(name string, version int, requiredFiles []string, pathToNamesErr map[string]NamesErr) filesystem.Extractor

New returns a fake fakeExtractor.

The fakeExtractor returns FileRequired(path) = true for any path in requiredFiles. The fakeExtractor returns the package and error from pathToNamesErr given the same path to Extract(...).

func NewDirExtractor added in v0.3.5

func NewDirExtractor(name string, version int, requiredFiles []string, pathToNamesErr map[string]NamesErr) filesystem.Extractor

NewDirExtractor returns a fake fakeExtractor designed for extracting directories.

The fakeExtractor returns FileRequired(path) = true for any path in requiredFiles. The fakeExtractor returns the package and error from pathToNamesErr given the same path to Extract(...).

Types

type NamesErr

type NamesErr struct {
	Names []string
	Err   error
}

NamesErr is a list of Package names and an error.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL