Documentation ¶
Index ¶
- Constants
- type Action
- type Connector
- func (d *Connector) GetMetaInfo(resourceOptions map[string]interface{}) (common.MetaInfoResult, error)
- func (d *Connector) Run(resourceOptions map[string]interface{}, actionOptions map[string]interface{}, ...) (common.RuntimeResult, error)
- func (d *Connector) TestConnection(resourceOptions map[string]interface{}) (common.ConnectionResult, error)
- func (d *Connector) ValidateActionTemplate(actionOptions map[string]interface{}) (common.ValidateResult, error)
- func (d *Connector) ValidateResourceOptions(resourceOptions map[string]interface{}) (common.ValidateResult, error)
- type DeleteItemParams
- type GetItemParams
- type PutItemParams
- type QueryParams
- type Resource
- type ScanParams
- type UpdateItemParams
Constants ¶
View Source
const ( QUERY_METHOD = "query" SCAN_METHOD = "scan" PUT_ITEM_METHOD = "putItem" GET_ITEM_METHOD = "getItem" UPDATE_ITEM_METHOD = "updateItem" DELETE_ITEM_METHOD = "deleteItem" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
func (*Connector) GetMetaInfo ¶
func (d *Connector) GetMetaInfo(resourceOptions map[string]interface{}) (common.MetaInfoResult, error)
func (*Connector) TestConnection ¶
func (d *Connector) TestConnection(resourceOptions map[string]interface{}) (common.ConnectionResult, error)
func (*Connector) ValidateActionTemplate ¶
func (d *Connector) ValidateActionTemplate(actionOptions map[string]interface{}) (common.ValidateResult, error)
func (*Connector) ValidateResourceOptions ¶
func (d *Connector) ValidateResourceOptions(resourceOptions map[string]interface{}) (common.ValidateResult, error)
type DeleteItemParams ¶
type GetItemParams ¶
type PutItemParams ¶
type QueryParams ¶
type ScanParams ¶
Click to show internal directories.
Click to hide internal directories.