mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 00:51:34 +02:00
This add config to the Config callback in the backends and the related config functions.
This commit is contained in:
@ -35,7 +35,7 @@ func init() {
|
||||
fs.Register(&fs.RegInfo{
|
||||
Name: "fichier",
|
||||
Description: "1Fichier",
|
||||
Config: func(name string, config configmap.Mapper) {
|
||||
Config: func(ctx context.Context, name string, config configmap.Mapper) {
|
||||
},
|
||||
NewFs: NewFs,
|
||||
Options: []fs.Option{{
|
||||
|
Reference in New Issue
Block a user