Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scratch ¶
type Scratch interface { // Mkdir creates a new scratch directory with the given nickname Mkdir(nickname string) (string, error) // Cleanup deletes all scratch directories created with CreateScratchDir(), UNLESS the CleanupOnExit config setting is false. It should be called when Thelma exits. Cleanup() error }
Scratch is a utility for creating temporary directories that are automatically cleaned up when Thelma exits
Click to show internal directories.
Click to hide internal directories.