mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-29 09:07:30 +08:00
chore (cleanup): plugins cleanup
This commit is contained in:
@ -19,7 +19,6 @@ import (
|
||||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_local"
|
||||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_mysql"
|
||||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_nfs"
|
||||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_nfs4"
|
||||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_nop"
|
||||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_s3"
|
||||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_samba"
|
||||
|
||||
@ -2,10 +2,8 @@ package plg_video_transcoder
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"encoding/base64"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"math"
|
||||
|
||||
Reference in New Issue
Block a user