We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8615473 + db5983a commit 8d3b7aeCopy full SHA for 8d3b7ae
config/.gx/lastpubver
@@ -1 +1 @@
1
-0.2.2: QmRwCaRYotCqXsVZAXwWhEJ8A74iAaKnY7MUe6sDgFjrE5
+0.2.3: QmQSG7YCizeUH2bWatzp6uK9Vm3m7LA5jpxGa9QqgpNKw4
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/package.json
@@ -55,6 +55,5 @@
55
"license": "",
56
"name": "go-ipfs-config",
57
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
58
- "version": "0.2.2"
+ "version": "0.2.3"
59
}
60
-
config/pubsub.go
@@ -0,0 +1,5 @@
+package config
2
+
3
+type PubsubConfig struct {
4
+ Router string
5
+}
0 commit comments