Documentation ¶
Index ¶
Constants ¶
View Source
const Profile = "gorm"
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type DataSource ¶
type DataSource interface { Open(p *properties) error IsOpened() bool Close() error Repository() gorm.Repository }
func GetDataSource ¶
func GetDataSource() DataSource
type Repository ¶
type Repository interface { gorm.Repository }
Click to show internal directories.
Click to hide internal directories.