# Functions
NewGarbageCollector returns a garbage collector that garbage collects the working directories of Terraform workspaces.
WithFs configures the afero filesystem implementation in which work dirs will be garbage collected.
WithInterval configures how often garbage collection will run.
WithLogger configures the logger that will be used.
# Structs
A GarbageCollector garbage collects the working directories of Terraform workspaces that no longer exist.
# Type aliases
A GarbageCollectorOption configures a new GarbageCollector.