Documentation ¶ Index ¶ type MySQL func (m *MySQL) Execute(fn func(int, []string, []string) bool) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MySQL ¶ type MySQL struct { Host string `yaml:"host"` Port int `yaml:"port"` User string `yaml:"user"` Password string `yaml:"password"` Schema string `yaml:"schema"` Query string `yaml:"query"` Connection *sql.DB } func (*MySQL) Execute ¶ func (m *MySQL) Execute(fn func(int, []string, []string) bool) error Source Files ¶ View all Source files mysql.go Click to show internal directories. Click to hide internal directories.