mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
Add compile tests to verify physical stores satisfy the correct interfaces (#3820)
This commit is contained in:
@@ -16,6 +16,9 @@ import (
|
||||
"github.com/lib/pq"
|
||||
)
|
||||
|
||||
// Verify PostgreSQLBackend satisfies the correct interfaces
|
||||
var _ physical.Backend = (*PostgreSQLBackend)(nil)
|
||||
|
||||
// PostgreSQL Backend is a physical backend that stores data
|
||||
// within a PostgreSQL database.
|
||||
type PostgreSQLBackend struct {
|
||||
|
||||
Reference in New Issue
Block a user