prysm-pulse/beacon-chain/db/alias.go
Preston Van Loon e82e582cdf Config to exclude kafka dep at build time (#4309)
* add flag to exclude kafka
* Add config flag to exclude kafka
* Merge branch 'master' into buildtime-exclude-kafka
2019-12-18 02:07:49 +00:00

8 lines
254 B
Go

package db
import "github.com/prysmaticlabs/prysm/beacon-chain/db/iface"
// Database defines the necessary methods for Prysm's eth2 backend which may
// be implemented by any key-value or relational database in practice.
type Database = iface.Database