Skip to content

Commit

Permalink
go-ipfs-config: Merge pull request ipfs#74 from ipfs/feat/remove-private
Browse files Browse the repository at this point in the history
feat: remove Routing.PrivateType
  • Loading branch information
Stebalien committed Apr 9, 2020
2 parents 15fbaba + 469e9c3 commit ce899e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit ce899e7

Please sign in to comment.