Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBFactory ¶
type DBFactory struct {
// contains filtered or unexported fields
}
func GetDBFactorySingleton ¶
type DBFactoryIOCInterface ¶
type DBFactoryIOCInterface interface { Create(linkConf confs.DBConfig) (bool, error) GetDB() *gorm.DB }
func GetDBFactoryIOCInterfaceSingleton ¶
func GetDBFactoryIOCInterfaceSingleton() (DBFactoryIOCInterface, error)
type ThisDBFactory ¶
type ThisDBFactory struct { }
func (*ThisDBFactory) This ¶
func (t *ThisDBFactory) This() DBFactoryIOCInterface
Click to show internal directories.
Click to hide internal directories.