hook splitstore into DI

This commit is contained in:
vyzo
2021-03-05 14:46:17 +02:00
parent e07c6c71c0
commit 622b4f7d9d
5 changed files with 72 additions and 5 deletions
+3
View File
@@ -66,6 +66,9 @@ type LockedRepo interface {
// SplitstorePath returns the path for the SplitStore
SplitstorePath() (string, error)
// SplitstorePath returns the path for the SplitStore
SplitstorePath() (string, error)
// Returns config in this repo
Config() (interface{}, error)
SetConfig(func(interface{})) error