Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Jun 24, 2024
1 parent 6432d9e commit 3cd8b4c
Show file tree
Hide file tree
Showing 7 changed files with 130 additions and 98 deletions.
4 changes: 4 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ packages:
github.com/jaegertracing/jaeger/plugin/storage/grpc:
interfaces:
PluginCapabilities:
github.com/jaegertracing/jaeger/plugin/storage/kafka:
interfaces:
Marshaller:
Unmarshaller:
github.com/jaegertracing/jaeger/proto-gen/storage_v1:
config:
all: true
Expand Down
2 changes: 1 addition & 1 deletion cmd/ingester/app/processor/span_processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

cmocks "github.com/jaegertracing/jaeger/cmd/ingester/app/consumer/mocks"
"github.com/jaegertracing/jaeger/model"
umocks "github.com/jaegertracing/jaeger/pkg/kafka/mocks"
umocks "github.com/jaegertracing/jaeger/plugin/storage/kafka/mocks"
smocks "github.com/jaegertracing/jaeger/storage/spanstore/mocks"
)

Expand Down
48 changes: 0 additions & 48 deletions pkg/kafka/mocks/Marshaller.go

This file was deleted.

48 changes: 0 additions & 48 deletions pkg/kafka/mocks/Unmarshaller.go

This file was deleted.

62 changes: 62 additions & 0 deletions plugin/storage/kafka/mocks/Marshaller.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 62 additions & 0 deletions plugin/storage/kafka/mocks/Unmarshaller.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/storage/kafka/writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

"github.com/jaegertracing/jaeger/internal/metricstest"
"github.com/jaegertracing/jaeger/model"
"github.com/jaegertracing/jaeger/pkg/kafka/mocks"
"github.com/jaegertracing/jaeger/plugin/storage/kafka/mocks"
"github.com/jaegertracing/jaeger/storage/spanstore"
)

Expand Down

0 comments on commit 3cd8b4c

Please # to comment.