Skip to content

Commit

Permalink
Create Separate Factory For Dependency Store
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <[email protected]>
  • Loading branch information
mahadzaryab1 committed Dec 6, 2024
1 parent 8c00ee1 commit 2fb8fc8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions storage_v2/depstore/factory.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package depstore

import "github.com/jaegertracing/jaeger/storage_v2"

type Factory interface {
storage_v2.FactoryBase
CreateDependencyReader() (Reader, error)
}

0 comments on commit 2fb8fc8

Please sign in to comment.