Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NewYKKSM is an alias for the global YKKSM sql driver structure NewYKKSM = drivers.NewYKKSM // NewYKVal is an alias for the global YKVal sql driver structure NewYKVal = drivers.NewYKVal // NewYKAuth is an alias for the global YKAuth sql driver structure NewYKAuth = drivers.NewYKAuth )
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config is the structure containing the information to create a mysql connection using roster
type LoggerFunc ¶
type LoggerFunc func(v ...interface{})
LoggerFunc is here to catch errors and pipe them to our logger https://github.com/go-sql-driver/mysql/blob/749ddf1598b47e3cd909414bda735fe790ef3d30/errors.go#L43
func (LoggerFunc) Print ¶
func (lf LoggerFunc) Print(v ...interface{})
Print wraps a function to implement Logger interface
Click to show internal directories.
Click to hide internal directories.