Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystemStorage ¶
type FileSystemStorage struct {
// contains filtered or unexported fields
}
func NewFileSystemStorage ¶ added in v1.0.0
func NewFileSystemStorage(storageDir string) *FileSystemStorage
func (FileSystemStorage) Save ¶
func (fss FileSystemStorage) Save(file *multipart.FileHeader, dir string, filename string) (string, error)
Click to show internal directories.
Click to hide internal directories.