extractor

package
v0.0.0-...-9220204 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterExtractor

func RegisterExtractor(dataType types.DataType, factoryFunc func() Extractor)

RegisterExtractor is used to register the data source

Types

type Extractor

type Extractor interface {
	Extract(masterKey []byte) error

	Name() string

	Len() int
}

Extractor is an interface for extracting data from browser data files

func CreateExtractor

func CreateExtractor(dataType types.DataType) Extractor

CreateExtractor is used to create the data source

Jump to

Keyboard shortcuts

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