maintenance (plugin): move remaining backend to plugin mechanism

This commit is contained in:
Mickael Kerjean 2021-12-22 22:53:06 +11:00
parent 91946871b0
commit 54388ccd4a
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
package backend package plg_backend_gdrive
import ( import (
. "github.com/mickael-kerjean/filestash/server/common" . "github.com/mickael-kerjean/filestash/server/common"

View file

@ -1,4 +1,4 @@
package backend package plg_backend_git
import ( import (
"fmt" "fmt"

View file

@ -1,4 +1,4 @@
package backend package plg_backend_sftp
import ( import (
. "github.com/mickael-kerjean/filestash/server/common" . "github.com/mickael-kerjean/filestash/server/common"