runfiles

package
v0.0.0-...-6ba75c9 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRunfilesFS

func NewRunfilesFS() *runfilesFS

Types

type Node

type Node interface {
	Type() api.FileType
	Open() (fs.File, error)
	Tree() (fs.FS, error)
	Readlink() (string, error)
}

type PathNode

type PathNode interface {
	Node
	Path() string
}

PathNode extends Node with path information for optimization

Jump to

Keyboard shortcuts

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