Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database interface { // GetEngineType get the database type (e.g. postgres, memory, etc.). GetEngineType() string // Close the database connection. Close() error // IsReady - Check if database is ready IsReady(ctx context.Context) (bool, error) }
Database - Db interface
Click to show internal directories.
Click to hide internal directories.