We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18d6cb commit 6820695Copy full SHA for 6820695
options.go
@@ -35,6 +35,8 @@ var _ = []Option{
35
WithRealtimeBaseURL(""),
36
WithLogger(nil),
37
WithSlogLogger(nil),
38
+ WithRestyClient(nil),
39
+ WithHTTPClient(nil),
40
}
41
42
func WithBaseURL(url string) Option {
0 commit comments