Documentation
¶
Index ¶
- func New(opt *Option) (cloudfs.FS, error)
- func WrapFS(fs cloudfs.FS, expireTime time.Duration) cloudfs.FS
- type Option
- type Quark
- func (d *Quark) List(ctx context.Context, path string) ([]cloudfs.FileInfo, error)
- func (d *Quark) MakeDir(ctx context.Context, path string) error
- func (d *Quark) Move(ctx context.Context, src, dst string) error
- func (d *Quark) Open(ctx context.Context, path string) (cloudfs.File, error)
- func (d *Quark) Remove(ctx context.Context, path string) error
- func (d *Quark) Rename(ctx context.Context, path, newName string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.