Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallMySQL ¶
type InstallMySQL struct { Token string `json:"token"` Mode mode.Mode `json:"mode"` Addrs []string `json:"addrs"` MySQLServerParam *parameter.MySQLServer `json:"mysql_server_param"` PMMClientParam *parameter.PMMClient `json:"pmm_client_param"` }
func NewInstallMySQL ¶
func NewInstallMySQL(token string, mode mode.Mode, addrs []string, mysqlServerParam *parameter.MySQLServer, pmmClientParam *parameter.PMMClient) *InstallMySQL
NewInstallMySQL returns a new *InstallMySQL
func NewInstallMySQLWithDefault ¶
func NewInstallMySQLWithDefault() *InstallMySQL
NewInstallMySQLWithDefault returns a new *InstallMySQL with default parameters
func (*InstallMySQL) Unmarshal ¶
func (im *InstallMySQL) Unmarshal(data []byte) error
Unmarshal unmarshals json data to *InstallMySQL
Click to show internal directories.
Click to hide internal directories.