forked from cerc-io/ipld-eth-server
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
|
|
}
|