Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystemStorage ¶
type FileSystemStorage interface { Save(path string, data io.Reader) (location string, err error) Get(path string) (file *os.File, err error) Move(oldPath, newPath string) (location string, err error) }
func NewTmpFileSystem ¶
func NewTmpFileSystem() FileSystemStorage
type TmpFileSystem ¶
type TmpFileSystem struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.