-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move ClientOptions to go-kit ClientOptions
By removing our old truss-specific ClientOptions and instead using standard go-kit ClientOptions, this allows a developer to leverage more out-of-the-box functionality without needing to adapt truss to support those options. This change was made to allow a custom http.Client to be provided to New(), allowing for a different client that http.DefaultClient.
- Loading branch information
1 parent
c3bd2e4
commit 7c15636
Showing
1 changed file
with
6 additions
and
34 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