Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver handles path resolution for Docker volumes and bind mounts
func NewResolver ¶
NewResolver creates a new path resolver It uses STACKMAN_WORKDIR environment variable or current working directory
func (*Resolver) Resolve ¶
Resolve converts relative paths to absolute paths Based on the algorithm from the tech spec: - ./path and ../path are resolved relative to basePath - Relative paths without ./ or ../ are resolved relative to basePath - Absolute paths are returned as-is - Paths with :// (like nfs://) are returned as-is
Click to show internal directories.
Click to hide internal directories.