We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcee50 commit 5118f69Copy full SHA for 5118f69
internal/store/store.go
@@ -15,7 +15,10 @@ import (
15
)
16
17
// hasAllStoreBackends indicates whether we can safely use the bbolt fallback
18
-// explained in the [FactoryFromEnv] comment.
+// explained in the [FactoryFromEnv] comment. If we fall back to bbolt even
19
+// though we don't know the full set of possible environment keys (because we
20
+// used build tags to exclude some backends), we might activate it for a user
21
+// who meant to configure one of those missing stores instead.
22
var hasAllStoreBackends bool
23
24
// Factory represents a type for functions that produce a store for the
0 commit comments