Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConnectionResult ¶
type ConnectionResult struct {
Success bool
}
type DataConnector ¶
type DataConnector interface { ValidateResourceOptions(resourceOptions map[string]interface{}) (ValidateResult, error) ValidateActionOptions(actionOptions map[string]interface{}) (ValidateResult, error) TestConnection(resourceOptions map[string]interface{}) (ConnectionResult, error) GetMetaInfo(resourceOptions map[string]interface{}) (MetaInfoResult, error) Run(resourceOptions map[string]interface{}, actionOptions map[string]interface{}) (RuntimeResult, error) }
type MetaInfoResult ¶
type RuntimeResult ¶
type ValidateResult ¶
Click to show internal directories.
Click to hide internal directories.