internal

package
v0.0.0-...-d270944 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadLink(fsys iofs.FS, name string) (string, error)

func ReadLinkDirFS

func ReadLinkDirFS(dir string) iofs.FS

Replace with os.DirFS once available (planned for 1.25). See https://github.com/golang/go/issues/49580

Types

type ReadLinkFS

type ReadLinkFS interface {
	iofs.FS

	ReadLink(name string) (string, error)
	Lstat(name string) (iofs.FileInfo, error)
}

Replace with iofs.ReadLinkFS once available (planned for 1.25). See https://github.com/golang/go/issues/49580

Jump to

Keyboard shortcuts

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