Documentation ¶
Index ¶
- type MySQLConnector
- func (m *MySQLConnector) GetMetaInfo(resourceOptions map[string]interface{}) (common.MetaInfoResult, error)
- func (m *MySQLConnector) Run(resourceOptions map[string]interface{}, actionOptions map[string]interface{}) (common.RuntimeResult, error)
- func (m *MySQLConnector) TestConnection(resourceOptions map[string]interface{}) (common.ConnectionResult, error)
- func (m *MySQLConnector) ValidateActionOptions(actionOptions map[string]interface{}) (common.ValidateResult, error)
- func (m *MySQLConnector) ValidateResourceOptions(resourceOptions map[string]interface{}) (common.ValidateResult, error)
- type MySQLOptions
- type MySQLQuery
- type SSLOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLConnector ¶
type MySQLConnector struct { Resource MySQLOptions Action MySQLQuery }
func (*MySQLConnector) GetMetaInfo ¶
func (m *MySQLConnector) GetMetaInfo(resourceOptions map[string]interface{}) (common.MetaInfoResult, error)
func (*MySQLConnector) Run ¶
func (m *MySQLConnector) Run(resourceOptions map[string]interface{}, actionOptions map[string]interface{}) (common.RuntimeResult, error)
func (*MySQLConnector) TestConnection ¶
func (m *MySQLConnector) TestConnection(resourceOptions map[string]interface{}) (common.ConnectionResult, error)
func (*MySQLConnector) ValidateActionOptions ¶
func (m *MySQLConnector) ValidateActionOptions(actionOptions map[string]interface{}) (common.ValidateResult, error)
func (*MySQLConnector) ValidateResourceOptions ¶
func (m *MySQLConnector) ValidateResourceOptions(resourceOptions map[string]interface{}) (common.ValidateResult, error)
type MySQLOptions ¶
type MySQLQuery ¶
Click to show internal directories.
Click to hide internal directories.