Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSource ¶
type DataSource struct { }
func (*DataSource) Close ¶
func (d *DataSource) Close() error
func (*DataSource) IsOpened ¶
func (d *DataSource) IsOpened() bool
func (*DataSource) Open ¶
func (d *DataSource) Open(dialect string, args ...interface{}) (db gorm.Repository, err error)
func (*DataSource) Repository ¶
func (d *DataSource) Repository() gorm.Repository
Click to show internal directories.
Click to hide internal directories.