package
1.0.1
Repository: https://github.com/apus-run/van.git
Documentation: pkg.go.dev

# Functions

GetSafeFilename returns a safe filename for a zip file.
NewFile returns a File object with the given parameters.
NewReader constructs a zip Reader from its file path.
NewWrapper creates a new zip file wrapper.

# Constants

Executable indicates that the file should be marked executable.
Sensitive indicates that the file contains sensitive information and thus should not be world-readable.

# Structs

File represents a file entry in a Zip archive.
Reader opens a zip archive and reads from it.
Wrapper is a wrapper around the current zip implementation so we can also output to files if we have direct filesystem access.

# Type aliases

FileFlags store metadata about a file in a zip archive.