-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: add nolint to deprecated stuff
- Loading branch information
Showing
10 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,29 @@ | ||
package options | ||
|
||
// nolint deprecated | ||
// Deprecated: use [RoutingProvideSettings] instead. | ||
type DhtProvideSettings = RoutingProvideSettings | ||
|
||
// nolint deprecated | ||
// Deprecated: use [RoutingFindProvidersSettings] instead. | ||
type DhtFindProvidersSettings = RoutingFindProvidersSettings | ||
|
||
// nolint deprecated | ||
// Deprecated: use [RoutingProvideOption] instead. | ||
type DhtProvideOption = RoutingProvideOption | ||
|
||
// nolint deprecated | ||
// Deprecated: use [RoutingFindProvidersOption] instead. | ||
type DhtFindProvidersOption = RoutingFindProvidersOption | ||
|
||
// nolint deprecated | ||
// Deprecated: use [RoutingProvideOptions] instead. | ||
var DhtProvideOptions = RoutingProvideOptions | ||
|
||
// nolint deprecated | ||
// Deprecated: use [RoutingFindProvidersOptions] instead. | ||
var DhtFindProvidersOptions = RoutingFindProvidersOptions | ||
|
||
// nolint deprecated | ||
// Deprecated: use [Routing] instead. | ||
var Dht = Routing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters