Skip to content

Commit 7bb6207

Browse files
committed
struct rename to make public
1 parent 1f7358c commit 7bb6207

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-
type httpExecutor interface {
22+
type HTTPExecutor interface {
2323
// Inherited
2424
CloseIdleConnections()
2525
Do(req *http.Request) (*http.Response, error)
@@ -40,7 +40,7 @@ type httpExecutor interface {
4040
type Client struct {
4141
config *ClientConfig
4242
Integration *APIIntegration
43-
http httpExecutor
43+
http HTTPExecutor
4444
Sugar *zap.SugaredLogger
4545
Concurrency *concurrency.ConcurrencyHandler
4646
}

0 commit comments

Comments
 (0)