Skip to content

Commit 8b77ad2

Browse files
authored
go-ipfs-config: Merge pull request ipfs#74 from ipfs/feat/remove-private
feat: remove Routing.PrivateType
2 parents c030db0 + ab3a78d commit 8b77ad2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/routing.go

-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ type Routing struct {
66
//
77
// Can be one of "dht", "dhtclient", "dhtserver", "none", or unset.
88
Type string
9-
10-
// PrivateType sets the routing mode for private networks. Can take the
11-
// same values as Type and defaults to Type if unset.
12-
PrivateType string
139
}

0 commit comments

Comments
 (0)