mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
b875d95a75
Co-authored-by: Aravind K P <8335904+scriptonist@users.noreply.github.com> GitOrigin-RevId: 8f6791d5fd51d011623361ac2f5994c8badb50bf
6 lines
90 B
Go
6 lines
90 B
Go
package database
|
|
|
|
type MetadataDriver interface {
|
|
EnableCheckMetadataConsistency(bool)
|
|
}
|