Documentation
¶
Index ¶
- func NewMinio(conf *filemanager.Config) (filemanager.Filemanager, error)
- type Minio
- func (e *Minio) Copy(sourceFileName, destFileName string) error
- func (e *Minio) Delete(fileName string) error
- func (e *Minio) Download(fileName string) (*filemanager.File, error)
- func (e *Minio) Get(fileName string) (*filemanager.File, error)
- func (e *Minio) List() ([]filemanager.File, error)
- func (e *Minio) Move(sourceFileName, destFileName string) error
- func (e *Minio) Rename(oldName, newName string) error
- func (e *Minio) Upload(filePath string) (*filemanager.File, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMinio ¶
func NewMinio(conf *filemanager.Config) (filemanager.Filemanager, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.