filekit

package
v1.11.1 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CBZ_EXT  = "cbz"
	PDF_EXT  = "pdf"
	EPUB_EXT = "epub"
)

Variables

View Source
var ErrExtensionNotSupport = errors.New("extension container is not supported")

Functions

This section is empty.

Types

type Container added in v1.3.0

type Container interface {
	WriteOnDiskAndClose(outputDir string, outputFileName string, m metadata.Metadata, chapterRange string) error
	AddFile(fileExt string, imageBytes []byte) error
}

func NewContainer added in v1.3.0

func NewContainer(extension string) (Container, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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