Skip to content

Commit 0e85b70

Browse files
Update internal/storage/v1/elasticsearch/factory.go
Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Soumya Raikwar <[email protected]>
1 parent 2610468 commit 0e85b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/storage/v1/elasticsearch/factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type FactoryBase struct {
4444
logger *zap.Logger
4545
tracer trace.TracerProvider
4646

47-
newClientFn func(ctx context.Context, c *config.Configuration, logger *zap.Logger, metricsFactory metrics.Factory, httpAuth extensionauth.HTTPClient) (es.Client, error) // ADD httpAuth parameter
47+
newClientFn func(ctx context.Context, c *config.Configuration, logger *zap.Logger, metricsFactory metrics.Factory, httpAuth extensionauth.HTTPClient) (es.Client, error)
4848

4949
config *config.Configuration
5050

0 commit comments

Comments
 (0)