-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move spot market timeouts out of provider.go (#483)
There was a private variable for default timeouts defined in `provider.go`, but it was only referenced in the spot market request data source. Other resources and data sources define their default timeouts inline; this does the same for the spot market request data source so that it will be easier to move that data source to a different package than the one that `provider.go` is in.
- Loading branch information
Showing
2 changed files
with
6 additions
and
8 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