# Functions
InitLocal initializes the workdir for local path and returns the Workdir instance.
InitOrgs initializes the workdir for organizations and returns the Workdir instance.
NewHandler creates a handler that manages workdirs in the path returned by the `workdirsPath` function.
# Variables
ErrInitFailed is an error returned on workdir initialization for custom cases.
ErrMalformed is the returned error when the workdir is wrong.
OptionalFiles list of optional files that could be deleted when pruning.
RequiredFiles list of required files in a directory to treat it as a working directory.
# Type aliases
Type defines the type of the workdir.