Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TmpFileMask ¶ added in v0.2.5
func TmpFileMask(callback func())
Types ¶
type BucketConfig ¶ added in v0.2.5
type BucketStat ¶ added in v0.2.5
type IFileBucket ¶ added in v0.2.5
type IFileSystem ¶
type IFileSystem interface { IsOnline() bool Bucket(name string) (IFileBucket, error) }
默认使用本地文件系统(以后需要被 minio相关实现覆盖)
var FileSystem IFileSystem
Click to show internal directories.
Click to hide internal directories.