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:
5
config/pubsub.go
Normal file
5
config/pubsub.go
Normal file
@ -0,0 +1,5 @@
|
||||
package config
|
||||
|
||||
type PubsubConfig struct {
|
||||
Router string
|
||||
}
|
Reference in New Issue
Block a user