Skip to content

Commit

Permalink
feat: Redis backend target - rebase to new main
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Sep 5, 2024
1 parent de8e705 commit 7ffcd1c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
28 changes: 28 additions & 0 deletions mocks/router.go

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

2 changes: 2 additions & 0 deletions store/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ type IRouter interface {

GetEigenDAStore() KeyGeneratedStore
GetS3Store() PrecomputedKeyStore
Caches() []PrecomputedKeyStore
Fallbacks() []PrecomputedKeyStore
}

// Router ... storage backend routing layer
Expand Down

0 comments on commit 7ffcd1c

Please sign in to comment.