Versions in this module Expand all Collapse all v3 v3.46.0 Jun 16, 2025 Changes in this version + type Addition struct + DirNameEnc string + EncryptedSuffix string + FileNameEnc string + FileNameEncoding string + Password string + RemotePath string + Salt string + ShowHidden bool + Thumbnail bool + type Crypt struct + func (d *Crypt) Config() driver.Config + func (d *Crypt) Copy(ctx context.Context, srcObj, dstDir model.Obj) error + func (d *Crypt) Drop(ctx context.Context) error + func (d *Crypt) Get(ctx context.Context, path string) (model.Obj, error) + func (d *Crypt) GetAddition() driver.Additional + func (d *Crypt) Init(ctx context.Context) error + func (d *Crypt) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (*model.Link, error) + func (d *Crypt) List(ctx context.Context, dir model.Obj, args model.ListArgs) ([]model.Obj, error) + func (d *Crypt) MakeDir(ctx context.Context, parentDir model.Obj, dirName string) error + func (d *Crypt) Move(ctx context.Context, srcObj, dstDir model.Obj) error + func (d *Crypt) Put(ctx context.Context, dstDir model.Obj, streamer model.FileStreamer, ...) error + func (d *Crypt) Remove(ctx context.Context, obj model.Obj) error + func (d *Crypt) Rename(ctx context.Context, srcObj model.Obj, newName string) error