Skip to content

Commit

Permalink
go-ipfs-config: Merge pull request #3 from ipfs/feat/pubsub
Browse files Browse the repository at this point in the history
Add pubsub configuration options
  • Loading branch information
Stebalien authored Aug 12, 2018
2 parents 2ea42ab + 536b0b1 commit 16c95ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/.gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2: QmRwCaRYotCqXsVZAXwWhEJ8A74iAaKnY7MUe6sDgFjrE5
0.2.3: QmQSG7YCizeUH2bWatzp6uK9Vm3m7LA5jpxGa9QqgpNKw4
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ type Config struct {
Gateway Gateway // local node's gateway server options
API API // local node's API settings
Swarm SwarmConfig
Pubsub PubsubConfig

Reprovider Reprovider
Experimental Experiments
Expand Down
3 changes: 1 addition & 2 deletions config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@
"license": "",
"name": "go-ipfs-config",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.2.2"
"version": "0.2.3"
}

5 changes: 5 additions & 0 deletions config/pubsub.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package config

type PubsubConfig struct {
Router string
}

0 comments on commit 16c95ac

Please sign in to comment.