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

# Packages

No description provided by the author

# Functions

New creates a new Workspace instance.
WithFS overrides the Workspace's filesystem with the supplied filesystem.
WithLogger overrides the default logger for the Workspace with the supplied logger.
WithPermissiveParser lets the workspace parser just print warnings when a file or a document in a file cannot be parsed.
WithPrinter overrides the printer of the Workspace with the supplied printer.

# Structs

Details represent file specific details.
NodeIdentifier is the unique identifier of a node in a workspace.
A PackageNode represents a concrete node in an xpkg.
View represents the current processed view of the workspace.
Workspace provides APIs for interacting with the current project workspace.

# Interfaces

A Node is a single object in the package workspace graph.

# Type aliases

Option represents an option that can be applied to Workspace.