mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 21:07:45 +08:00
8 lines
156 B
Go
8 lines
156 B
Go
package config
|
|
|
|
// Routing defines configuration options for libp2p routing
|
|
type Routing struct {
|
|
// Type sets default daemon routing mode.
|
|
Type string
|
|
}
|