mirror of
https://github.com/rclone/rclone.git
synced 2025-04-16 16:18:52 +08:00
lib/kv: align unsupported.go Start sigranture with bolt.go Start signature change
This commit is contained in:
parent
371d54ebac
commit
bcc2415b8b
@ -16,7 +16,7 @@ type DB struct{}
|
||||
func Supported() bool { return false }
|
||||
|
||||
// Start a key-value database
|
||||
func Start(ctx context.Context, facility string, f fs.Fs) (*DB, error) {
|
||||
func Start(ctx context.Context, facility string, dir string, f fs.Fs) (*DB, error) {
|
||||
return nil, ErrUnsupported
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user