mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
maintenance (plugin): move remaining backend to plugin mechanism
This commit is contained in:
parent
91946871b0
commit
54388ccd4a
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package backend
|
||||
package plg_backend_gdrive
|
||||
|
||||
import (
|
||||
. "github.com/mickael-kerjean/filestash/server/common"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package backend
|
||||
package plg_backend_git
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package backend
|
||||
package plg_backend_sftp
|
||||
|
||||
import (
|
||||
. "github.com/mickael-kerjean/filestash/server/common"
|
||||
Loading…
Reference in a new issue