Skip to content

Commit

Permalink
fix: switch type to interface for more flexibility
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvelabs committed Jun 19, 2023
1 parent f66770a commit 9927d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/client_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ type ClientOptions struct {

// Transport specifies the mechanism by which individual API requests are made.
// Default is http.DefaultTransport.
Transport *http.Transport
Transport http.RoundTripper
}

0 comments on commit 9927d39

Please sign in to comment.