Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLInstaller ¶
type MySQLInstaller struct {
// contains filtered or unexported fields
}
func NewMySQLInstaller ¶
func NewMySQLInstaller() *MySQLInstaller
func (*MySQLInstaller) Download ¶
func (this *MySQLInstaller) Download() (path string, err error)
func (*MySQLInstaller) InstallFromFile ¶
func (this *MySQLInstaller) InstallFromFile(xzFilePath string, targetDir string) error
func (*MySQLInstaller) Password ¶
func (this *MySQLInstaller) Password() string
Password get generated password
Click to show internal directories.
Click to hide internal directories.