We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cae2eaa + 425d8f6 commit 7b30cd0Copy full SHA for 7b30cd0
config/config.go
@@ -27,6 +27,7 @@ type Config struct {
27
Swarm SwarmConfig
28
Pubsub PubsubConfig
29
30
+ Provider Provider
31
Reprovider Reprovider
32
Experimental Experiments
33
}
config/provider.go
@@ -0,0 +1,5 @@
1
+package config
2
+
3
+type Provider struct {
4
+ Strategy string // Which keys to announce
5
+}
0 commit comments