extractor

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractBlob

func ExtractBlob(filename string, dest string, opts ExtractBlobOpts) error

Types

type Client

type Client struct {
	Handler
}

Client represents an active extractor object

type ExtractBlobOpts

type ExtractBlobOpts struct {
	Context  context.Context
	Logger   zerolog.Logger
	Includes []string
}

ExtractBlobOpts holds extract blob options

type Handler

type Handler interface {
	Extract() error
	Type() string
}

Handler is an extractor interface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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