Skip to content

Commit

Permalink
revert the referrence
Browse files Browse the repository at this point in the history
Signed-off-by: Afzal <[email protected]>
  • Loading branch information
afzalbin64 committed Aug 4, 2023
1 parent b77914f commit c18927f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/storage/grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ grpc.ServeWithGRPCServer(&shared.PluginServices{
})
```

Refer to `example/hotrod` for more details.
Refer to `example/memstore-plugin` for more details.

Bearer token propagation from the UI
------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion plugin/storage/grpc/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type Factory struct {
options Options
metricsFactory metrics.Factory
logger *zap.Logger
tracerProvider trace.TracerProvider
tracerProvider trace.TracerProvider

builder config.PluginBuilder

Expand Down

0 comments on commit c18927f

Please sign in to comment.