file_extract

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2025 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddFileExtractService

func AddFileExtractService(service FileExtractService)

func DoFileExtract

func DoFileExtract(ctx context.Context, doc *model.DocInfo) (docList []*model.DocInfo, err error)

DoFileExtract 执行文件导入

Types

type DocFileInfo

type DocFileInfo struct {
	DocInfo      *model.DocInfo
	DocLocalPath string
}

type FileExtractService

type FileExtractService interface {
	ExtractFileType() string
	ExtractFile(ctx context.Context, localFilePath string, destDir string) (extractDir string, err error)
}

type TarGzFileExtractServiceService

type TarGzFileExtractServiceService struct {
}

func (TarGzFileExtractServiceService) ExtractFile

func (t TarGzFileExtractServiceService) ExtractFile(ctx context.Context, localFilePath string, destDir string) (extractDir string, err error)

func (TarGzFileExtractServiceService) ExtractFileType

func (t TarGzFileExtractServiceService) ExtractFileType() string

type ZipFileExtractServiceService

type ZipFileExtractServiceService struct {
}

func (ZipFileExtractServiceService) ExtractFile

func (t ZipFileExtractServiceService) ExtractFile(ctx context.Context, localFilePath string, destDir string) (extractDir string, err error)

func (ZipFileExtractServiceService) ExtractFileType

func (t ZipFileExtractServiceService) ExtractFileType() string

Jump to

Keyboard shortcuts

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