# Functions
NewDefaultDirectoryController creates a new instance of DefaultDirectoryController with initialized methods.
NewDefaultInfoWriter creates a new instance of DefaultInfoWriter.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
DefaultDirectoryCommands is a placeholder struct for implemented methods of the DirectoryCommands interface.
DefaultDirectoryController contains a collection of methods that execute various commands on the filesystem.
DefaultInfoWriter is an InfoWriter wrapper of the tabwriter module that outputs tab formatted data to a buffer.
DirectoryError represents an error that occurs while accessing the filesystem.
# Interfaces
DirectoryCommands specifies the filesystem path functions that ci uses.
DirectoryController specifies the abstracted filesystem functions that ci uses.
InfoWriter is an extension of the default Writer interface.