Documentation ¶
Index ¶
- Constants
- func NewDatabaseNoSQLFactory(instance int) (repository.NoSQL, error)
- func NewDatabaseSQLFactory(instance int) (repository.SQL, error)
- func NewMongoHandler(c *config) (*mongoHandler, error)
- func NewMongoHandlerDeprecated(c *config) (*mongoHandlerDeprecated, error)
- func NewPostgresHandler(c *config) (*postgresHandler, error)
Constants ¶
View Source
const (
InstanceMongoDB int = iota
)
View Source
const (
InstancePostgres int = iota
)
Variables ¶
This section is empty.
Functions ¶
func NewDatabaseNoSQLFactory ¶
func NewDatabaseNoSQLFactory(instance int) (repository.NoSQL, error)
func NewDatabaseSQLFactory ¶
func NewDatabaseSQLFactory(instance int) (repository.SQL, error)
func NewMongoHandler ¶
func NewMongoHandler(c *config) (*mongoHandler, error)
func NewMongoHandlerDeprecated ¶
func NewMongoHandlerDeprecated(c *config) (*mongoHandlerDeprecated, error)
func NewPostgresHandler ¶
func NewPostgresHandler(c *config) (*postgresHandler, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.