Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalFileSystem ¶
type LocalFileSystem struct { Root string `env:""` FilesizeLimitBytes int64 `env:""` DiskReserveBytes int64 `env:""` }
func (*LocalFileSystem) Delete ¶
func (l *LocalFileSystem) Delete(md5 string) error
func (*LocalFileSystem) Init ¶
func (l *LocalFileSystem) Init() error
func (*LocalFileSystem) SetDefault ¶
func (l *LocalFileSystem) SetDefault()
Click to show internal directories.
Click to hide internal directories.