Skip to content

Commit 9a06a05

Browse files
committed
small tidys
1 parent 8a631dd commit 9a06a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

httpclient/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"go.uber.org/zap"
2020
)
2121

22-
// HTTPExecutor is an interface which wraps http.Client
22+
// HTTPExecutor is an interface which wraps http.Client to allow mocking.
2323
type HTTPExecutor interface {
2424

2525
// Inherited
@@ -52,7 +52,7 @@ type ClientConfig struct {
5252
// Interface which implements the APIIntegration patterns. Integration handles all server/endpoint specific configuration, auth and vars.
5353
Integration APIIntegration
5454

55-
// TODO
55+
// Sugar is the logger from Zap.
5656
Sugar *zap.SugaredLogger
5757

5858
// Wether or not empty values will be set or an error thrown for missing items.

0 commit comments

Comments
 (0)