Documentation ¶
Index ¶
- Constants
- type Action
- type Connector
- func (e *Connector) GetMetaInfo(resourceOptions map[string]interface{}) (common.MetaInfoResult, error)
- func (e *Connector) Run(resourceOptions map[string]interface{}, actionOptions map[string]interface{}, ...) (common.RuntimeResult, error)
- func (e *Connector) TestConnection(resourceOptions map[string]interface{}) (common.ConnectionResult, error)
- func (e *Connector) ValidateActionTemplate(actionOptions map[string]interface{}) (common.ValidateResult, error)
- func (e *Connector) ValidateResourceOptions(resourceOptions map[string]interface{}) (common.ValidateResult, error)
- type OperationRunner
- type Resource
Constants ¶
View Source
const ( SEARCH_OPERATION = "search" INSERT_OPERATION = "insert" GET_OPERATION = "get" UPDATE_OPERATION = "update" DELETE_OPERATION = "delete" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
func (*Connector) GetMetaInfo ¶
func (e *Connector) GetMetaInfo(resourceOptions map[string]interface{}) (common.MetaInfoResult, error)
func (*Connector) TestConnection ¶
func (e *Connector) TestConnection(resourceOptions map[string]interface{}) (common.ConnectionResult, error)
func (*Connector) ValidateActionTemplate ¶
func (e *Connector) ValidateActionTemplate(actionOptions map[string]interface{}) (common.ValidateResult, error)
func (*Connector) ValidateResourceOptions ¶
func (e *Connector) ValidateResourceOptions(resourceOptions map[string]interface{}) (common.ValidateResult, error)
type OperationRunner ¶
type OperationRunner struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.