Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Driver Driver `json:"driver" yaml:"driver" ini:"driver"`
Local localfile.Config `json:"local" yaml:"local" ini:"local"` // 本地文件系统
FTP ftp.Config `json:"ftp" yaml:"ftp" ini:"ftp"` // ftp
SFTP sftp.Config `json:"sftp" yaml:"sftp" ini:"sftp"` // sftp
HDFS hdfs.Config `json:"hdfs" yaml:"hdfs" ini:"hdfs"` // hdfs
Minio minio.Config `json:"minio" yaml:"minio" ini:"minio"` // minio
}
noinspection all
type FileSaver ¶
Click to show internal directories.
Click to hide internal directories.