mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
e82e582cdf
* add flag to exclude kafka * Add config flag to exclude kafka * Merge branch 'master' into buildtime-exclude-kafka
8 lines
254 B
Go
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
|