mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 11:31:54 +08:00
go-ipfs-config: config: apply review to lowpower profile
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
7
config/routing.go
Normal file
7
config/routing.go
Normal file
@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
// Routing defines configuration options for libp2p routing
|
||||
type Routing struct {
|
||||
// Type sets default daemon routing mode.
|
||||
Type string
|
||||
}
|
Reference in New Issue
Block a user