Versions in this module Expand all Collapse all v0 v0.2.1 Oct 7, 2014 Changes in this version + func DeregisterLocalFile(filePath string) + func DeregisterReaderHandler(name string) + func DeregisterTLSConfig(key string) + func RegisterLocalFile(filePath string) + func RegisterReaderHandler(name string, handler func() io.Reader) + func RegisterTLSConfig(key string, config *tls.Config) error + type MySQLDriver struct + func (d *MySQLDriver) Open(dsn string) (driver.Conn, error) + type MySQLError struct + Message string + Number uint16 + func (me *MySQLError) Error() string + type MySQLWarnings []mysqlWarning + func (mws MySQLWarnings) Error() string + type NullTime struct + Time time.Time + Valid bool + func (nt *NullTime) Scan(value interface{}) (err error) + func (nt NullTime) Value() (driver.Value, error)