Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BindingParameters ¶
type BindingParameters struct { }
BindingParameters encapsulates MySQL-specific binding options
type Credentials ¶
type Credentials struct { Host string `json:"host"` Port int `json:"port"` Database string `json:"database"` Username string `json:"username"` Password string `json:"password"` }
Credentials encapsulates MySQL-specific coonection details and credentials.
type ProvisioningParameters ¶
type ProvisioningParameters struct { SSLEnforcement string `json:"sslEnforcement"` FirewallIPStart string `json:"firewallStartIPAddress"` FirewallIPEnd string `json:"firewallEndIPAddress"` }
ProvisioningParameters encapsulates MySQL-specific provisioning options
type UpdatingParameters ¶
type UpdatingParameters struct { }
UpdatingParameters encapsulates MySQL-specific updating options
Click to show internal directories.
Click to hide internal directories.