Documentation ¶ Index ¶ type MySQL func New(cfg config.DataSourceMysql, logger *zap.Logger) (*MySQL, error) func (m *MySQL) GetLoader(_ *script.Script) lua.LGFunction func (m *MySQL) Name() string func (m *MySQL) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MySQL ¶ type MySQL struct { // contains filtered or unexported fields } func New ¶ func New(cfg config.DataSourceMysql, logger *zap.Logger) (*MySQL, error) func (*MySQL) GetLoader ¶ func (m *MySQL) GetLoader(_ *script.Script) lua.LGFunction func (*MySQL) Name ¶ func (m *MySQL) Name() string func (*MySQL) Stop ¶ func (m *MySQL) Stop() error Source Files ¶ View all Source files mysql.go query.go Click to show internal directories. Click to hide internal directories.