Versions in this module Expand all Collapse all v3 v3.42.0 Jan 27, 2025 Changes in this version + type Addition struct + AccessToken string + Endpoint string + type MFile struct + Blurhash string + Comment *string + CreatedAt string + Folder MFolder + FolderID *string + ID string + IsSensitive bool + MD5 string + Name string + Properties Properties + Size int64 + ThumbnailURL string + Type string + URL string + type MFolder struct + CreatedAt string + ID string + Name string + ParentID *string + type Misskey struct + func (d *Misskey) Config() driver.Config + func (d *Misskey) Copy(ctx context.Context, srcObj, dstDir model.Obj) (model.Obj, error) + func (d *Misskey) Drop(ctx context.Context) error + func (d *Misskey) GetAddition() driver.Additional + func (d *Misskey) Init(ctx context.Context) error + func (d *Misskey) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (*model.Link, error) + func (d *Misskey) List(ctx context.Context, dir model.Obj, args model.ListArgs) ([]model.Obj, error) + func (d *Misskey) MakeDir(ctx context.Context, parentDir model.Obj, dirName string) (model.Obj, error) + func (d *Misskey) Move(ctx context.Context, srcObj, dstDir model.Obj) (model.Obj, error) + func (d *Misskey) Put(ctx context.Context, dstDir model.Obj, stream model.FileStreamer, ...) (model.Obj, error) + func (d *Misskey) Remove(ctx context.Context, obj model.Obj) error + func (d *Misskey) Rename(ctx context.Context, srcObj model.Obj, newName string) (model.Obj, error) + type Properties struct + Height int + Width int + type Resp struct + Code int + Raw []byte