package
0.35.0-0.rc.0
Repository: https://github.com/upbound/up.git
Documentation: pkg.go.dev

# Functions

NewLocal creates a new LocalCache.
WithFS defines the filesystem that is configured for Local.
WithLogger defines the logger that is configured for Local.
WithWatchInterval overrides the default watchInterval for Local.

# Structs

Local stores and retrieves xpkg.ParsedPackages in a filesystem-backed cache in a thread-safe manner.

# Interfaces

XpkgMarshaler defines the API contract for working marshaling xpkg.ParsedPackage's from a directory.

# Type aliases

Event contains change information about the cache.
Option represents an option that can be applied to Local.