Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureMinio ¶
Types ¶
type StorageHelper ¶
type StorageHelper interface {
Upload(file filesystem.File, dirpath, filename string) error
Move(srcPath string, destPath string) error
Copy(srcPath string, destPath string) error
Delete(filepath string) error
Securelink(filepath string) (string, error)
SecurelinkFolder(dirpath string) (string, error)
}
Click to show internal directories.
Click to hide internal directories.