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 8a631dd commit 9a06a05Copy full SHA for 9a06a05
httpclient/client.go
@@ -19,7 +19,7 @@ import (
19
"go.uber.org/zap"
20
)
21
22
-// HTTPExecutor is an interface which wraps http.Client
+// HTTPExecutor is an interface which wraps http.Client to allow mocking.
23
type HTTPExecutor interface {
24
25
// Inherited
@@ -52,7 +52,7 @@ type ClientConfig struct {
52
// Interface which implements the APIIntegration patterns. Integration handles all server/endpoint specific configuration, auth and vars.
53
Integration APIIntegration
54
55
- // TODO
+ // Sugar is the logger from Zap.
56
Sugar *zap.SugaredLogger
57
58
// Wether or not empty values will be set or an error thrown for missing items.
0 commit comments