go-ipfs-config: Merge pull request #74 from ipfs/feat/remove-private

feat: remove Routing.PrivateType
This commit is contained in:
Steven Allen 2020-04-09 13:50:41 -07:00 committed by GitHub
commit 8b77ad2d5c

View File

@ -6,8 +6,4 @@ type Routing struct {
//
// Can be one of "dht", "dhtclient", "dhtserver", "none", or unset.
Type string
// PrivateType sets the routing mode for private networks. Can take the
// same values as Type and defaults to Type if unset.
PrivateType string
}