zip

package
v2.0.0-alpha.41 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File interface {
	Name() string
	Open() (io.ReadCloser, error)
}

File ...

type ReadCloser

type ReadCloser interface {
	Files() []File
	Close() error
}

ReadCloser ...

func NewDefaultReadCloser

func NewDefaultReadCloser(archivePath string) (ReadCloser, error)

NewDefaultReadCloser ...

Jump to

Keyboard shortcuts

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