# Functions
NewBasicDir creates a Dir implementation with a manually specified set of directories.
No description provided by the author
NewScopedDir creates a ScopedDir for the given parent at the relative child path of path.
TestDir returns a Dir for testing.
# Structs
No description provided by the author
Component is an implementation of Dir that encapsulates the directories for a specific component.
Project is an implementation of Dir that encapsulates the directory for an entire project, including multiple apps.
Target is an implementation of Dir that encapsulates the directories for a single target.
# Interfaces
Dir is the interface implemented so that consumers can store data locally in a consistent way.