refactor(providers): no_extra_providers build tag (#5375)

This commit is contained in:
Julio López
2026-05-14 07:23:32 -07:00
committed by GitHub
parent 7e36394b31
commit 8b13419327
22 changed files with 44 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package cli
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package cli
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package cli
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package cli
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package cli
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package cli
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package b2
import "github.com/kopia/kopia/repo/blob/throttling"

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
// Package b2 implements Storage based on an Backblaze B2 bucket.
package b2

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package b2_test
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package gdrive
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package gdrive
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
// Package gdrive implements Storage based on Google Drive.
package gdrive

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package gdrive_test
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package rclone
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
// Package rclone implements blob storage provider proxied by rclone (http://rclone.org)
package rclone

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package rclone_test
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package sftp
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
// Package sftp implements blob storage provided for SFTP/SSH.
package sftp

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package sftp_test
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package webdav
import (

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
// Package webdav implements WebDAV-based Storage.
package webdav

View File

@@ -1,3 +1,5 @@
//go:build !no_extra_providers
package webdav
import (