1
0
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:
Łukasz Magiera
2017-10-31 19:34:38 +01:00
parent 8d8b02b797
commit 88d7dfec2f
5 changed files with 19 additions and 5 deletions

7
config/routing.go Normal file
View 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
}