We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 914270d + 72db6c0 commit 355e10fCopy full SHA for 355e10f
config/config.go
@@ -25,6 +25,7 @@ type Config struct {
25
Gateway Gateway // local node's gateway server options
26
API API // local node's API settings
27
Swarm SwarmConfig
28
+ Pubsub PubsubConfig
29
30
Reprovider Reprovider
31
Experimental Experiments
config/pubsub.go
@@ -0,0 +1,5 @@
1
+package config
2
+
3
+type PubsubConfig struct {
4
+ Router string
5
+}
0 commit comments