package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Apr 25, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Add reads a file from a disk and adds it to the storage.
RemoveAll removes all files according to the dir argument prefix.
func SetAsStorage(newStorage storage)
SetAsStorage changes temporary storage to newStorage.
TempDir creates a name for a new temp directory using a pattern argument.
File is a representation of a storage file
with Read, Write, Close and Name methods identical to os.File.
Open returns tempstorage File object by name.
TempFile creates new empty file in the storage and returns it.
Source Files
¶
Directories
¶
|
|
|
Package memstore implements tempStorage interface by using memory as a storage
|
Package memstore implements tempStorage interface by using memory as a storage |
Click to show internal directories.
Click to hide internal directories.