[refactor] Decouple storage factory creation and initialization #1913
Annotations
6 errors
Run elasticsearch integration tests:
plugin/storage/kafka/factory.go#L24
cannot use (*Factory)(nil) (value of type *Factory) as storage.Factory value in variable declaration: *Factory does not implement storage.Factory (wrong type for method Initialize)
|
Run elasticsearch integration tests:
plugin/storage/badger/factory.go#L40
cannot use (*Factory)(nil) (value of type *Factory) as storage.Factory value in variable declaration: *Factory does not implement storage.Factory (wrong type for method Initialize)
|
Run elasticsearch integration tests:
plugin/storage/memory/factory.go#L25
cannot use (*Factory)(nil) (value of type *Factory) as storage.Factory value in variable declaration: *Factory does not implement storage.Factory (wrong type for method Initialize)
|
Run elasticsearch integration tests:
plugin/storage/blackhole/factory.go#L17
cannot use (*Factory)(nil) (value of type *Factory) as storage.Factory value in variable declaration: *Factory does not implement storage.Factory (wrong type for method Initialize)
|
Run elasticsearch integration tests:
plugin/storage/grpc/factory.go#L38
cannot use (*Factory)(nil) (value of type *Factory) as "github.com/jaegertracing/jaeger/storage".Factory value in variable declaration: *Factory does not implement "github.com/jaegertracing/jaeger/storage".Factory (wrong type for method Initialize)
|
Run elasticsearch integration tests
Process completed with exit code 2.
|
Loading