archivefs

package module
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

README

archivefs

Implementations of Go's fs.FS interface for various archive types.

Supported Archive Types

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReadLinkFS

type ReadLinkFS interface {
	fs.FS

	// ReadLink returns the destination of the named symbolic link.
	ReadLink(name string) (string, error)

	// StatLink returns a FileInfo describing the file without following any symbolic links.
	StatLink(name string) (fs.FileInfo, error)
}

ReadLinkFS is the interface that a file system must implement to support the ReadLink and StatLink methods. This is an experimental implementation of the API described in: https://github.com/golang/go/issues/49580

Directories

Path Synopsis
Package copyfs provides a backport of the Go 1.23 os.CopyFS() function.
Package copyfs provides a backport of the Go 1.23 os.CopyFS() function.

Jump to

Keyboard shortcuts

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