Documentation
¶
Index ¶
Constants ¶
View Source
const (
InstanceMysql int = iota
)
Variables ¶
This section is empty.
Functions ¶
func NewDatabaseSQLFactory ¶
func NewDatabaseSQLFactory(instance int) (repository.SQL, error)
Types ¶
type IMysqlHandler ¶
type MysqlHandler ¶
type MysqlHandler struct {
// contains filtered or unexported fields
}
func NewMysqlHandler ¶
func NewMysqlHandler(c *config) (*MysqlHandler, error)
Click to show internal directories.
Click to hide internal directories.