1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 19:44:01 +08:00

go-ipfs-config: add pubsub configuration

This commit is contained in:
vyzo
2018-08-12 14:16:38 +03:00
parent 512b4d3b15
commit 212b72f236
2 changed files with 6 additions and 0 deletions

5
config/pubsub.go Normal file
View File

@ -0,0 +1,5 @@
package config
type PubsubConfig struct {
Router string
}