Documentation
¶
Index ¶
- func CreateEmptyTemporaryDirectory(verbose bool) (temporaryDirectory *files.LocalDirectory, err error)
- func CreateEmptyTemporaryDirectoryAndGetPath(verbose bool) (TemporaryDirectoryPath string, err error)
- func CreateEmptyTemporaryFile(verbose bool) (temporaryfile files.File, err error)
- func CreateEmptyTemporaryFileAndGetPath(verbose bool) (temporaryFilePath string, err error)
- func CreateFromBytes(content []byte, verbose bool) (temporaryFile files.File, err error)
- func CreateFromString(content string, verbose bool) (temporaryFile files.File, err error)
- func CreateFromStringAndGetPath(content string, verbose bool) (temporaryFilePath string, err error)
- func CreateNamedTemporaryFile(fileName string, verbose bool) (temporaryfile files.File, err error)
- func CreateTemporaryFileFromBytes(content []byte, verbose bool) (temporaryFile files.File, err error)
- func CreateTemporaryFileFromFile(fileToCopyAsTemporaryFile files.File, verbose bool) (temporaryFile files.File, err error)
- func CreateTemporaryFileFromPath(verbose bool, filePathToCopyAsTemporaryFile ...string) (temporaryFile files.File, err error)
- func CreateTemporaryFileFromString(content string, verbose bool) (temporaryFile files.File, err error)
- func MustCreateEmptyTemporaryDirectory(verbose bool) (temporaryDirectory *files.LocalDirectory)
- func MustCreateEmptyTemporaryDirectoryAndGetPath(verbose bool) (TemporaryDirectoryPath string)
- func MustCreateEmptyTemporaryFile(verbose bool) (temporaryfile files.File)
- func MustCreateEmptyTemporaryFileAndGetPath(verbose bool) (temporaryFilePath string)
- func MustCreateFromBytes(content []byte, verbose bool) (temporaryFile files.File)
- func MustCreateFromString(content string, verbose bool) (temporaryFile files.File)
- func MustCreateFromStringAndGetPath(content string, verbose bool) (temporaryFilePath string)
- func MustCreateNamedTemporaryFile(fileName string, verbose bool) (temporaryfile files.File)
- func MustCreateTemporaryFileFromBytes(content []byte, verbose bool) (temporaryFile files.File)
- func MustCreateTemporaryFileFromFile(fileToCopyAsTemporaryFile files.File, verbose bool) (temporaryFile files.File)
- func MustCreateTemporaryFileFromPath(verbose bool, filePathToCopyAsTemporaryFile ...string) (temporaryFile files.File)
- func MustCreateTemporaryFileFromString(content string, verbose bool) (temporaryFile files.File)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEmptyTemporaryDirectory ¶
func CreateEmptyTemporaryDirectory(verbose bool) (temporaryDirectory *files.LocalDirectory, err error)
func CreateFromBytes ¶
func CreateFromString ¶
func MustCreateEmptyTemporaryDirectory ¶
func MustCreateEmptyTemporaryDirectory(verbose bool) (temporaryDirectory *files.LocalDirectory)
func MustCreateFromBytes ¶
func MustCreateFromString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.