Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoConfig ¶
type MongoDatabase ¶
func NewMongoDatabase ¶
func NewMongoDatabase(cfg *MongoConfig) (*MongoDatabase, error)
func (*MongoDatabase) Disconnect ¶
func (d *MongoDatabase) Disconnect(ctx context.Context) error
type PostgresConfig ¶
type PostgresDatabase ¶
func NewPostgresDatabase ¶
func NewPostgresDatabase(cfg *PostgresConfig) (*PostgresDatabase, error)
func (*PostgresDatabase) Disconnect ¶
func (d *PostgresDatabase) Disconnect(_ context.Context) error
Click to show internal directories.
Click to hide internal directories.