Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveDirectoryOrCreate ¶
ResolveDirectoryOrCreate resolves a path and ensures the directory exists. If the path is a file, it only creates the parent directories.
func ResolveFilePathOrCreate ¶
ResolveFilePathOrCreate resolves a path, ensuring the file and its parent directories exist.
func ResolvePath ¶
ResolvePath resolves an input path to an absolute path. If the path exists, it returns the absolute path; otherwise, returns an error.
func ResolveWorkflowPath ¶
ResolveWorkflowPath resolves a workflow directory path that can be: - Absolute path - Relative path (resolved relative to current working directory, which should be the project root) Returns an error if the path doesn't exist or isn't a directory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.