Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FactoryConfig ¶
func (*FactoryConfig) NewDbFactory ¶
func (fc *FactoryConfig) NewDbFactory() DbFactory
type MySql ¶
type MySql struct {
*FactoryConfig
}
func NewMySql ¶
func NewMySql(fc *FactoryConfig) *MySql
type Postgres ¶
type Postgres struct {
*FactoryConfig
}
func NewPostgres ¶
func NewPostgres(fc *FactoryConfig) *Postgres
Click to show internal directories.
Click to hide internal directories.