Add GetStoreByName to MultiStore to help with Query lookups
This commit is contained in:
committed by
Ethan Buchman
parent
ed592cd94a
commit
57b28d95de
@@ -39,6 +39,8 @@ type MultiStore interface {
|
||||
// Convenience for fetching substores.
|
||||
GetStore(StoreKey) Store
|
||||
GetKVStore(StoreKey) KVStore
|
||||
|
||||
GetStoreByName(string) Store
|
||||
}
|
||||
|
||||
// From MultiStore.CacheMultiStore()....
|
||||
|
||||
Reference in New Issue
Block a user