Documentation ¶ Index ¶ func Methods() []string func ModuleName(name string) string 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 ¶ func Methods ¶ added in v0.4.0 func Methods() []string func ModuleName ¶ added in v0.4.0 func ModuleName(name string) string 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.