Documentation ¶
Index ¶
- Constants
- Variables
- type Action
- type BaseCommandArgs
- type BatchDeleteCommandArgs
- type BatchUploadCommandArgs
- type CommandExecutor
- type Connector
- func (s *Connector) GetMetaInfo(resourceOptions map[string]interface{}) (common.MetaInfoResult, error)
- func (s *Connector) Run(resourceOptions map[string]interface{}, actionOptions map[string]interface{}, ...) (common.RuntimeResult, error)
- func (s *Connector) TestConnection(resourceOptions map[string]interface{}) (common.ConnectionResult, error)
- func (s *Connector) ValidateActionTemplate(actionOptions map[string]interface{}) (common.ValidateResult, error)
- func (s *Connector) ValidateResourceOptions(resourceOptions map[string]interface{}) (common.ValidateResult, error)
- type ListCommandArgs
- type Resource
- type UploadCommandArgs
Constants ¶
View Source
const ( LIST_COMMAND = "list" READ_COMMAND = "read" DOWNLOAD_COMMAND = "download" DELETE_COMMAND = "delete" BATCH_DELETE_COMMAND = "batchDelete" UPLOAD_COMMAND = "upload" BATCH_UPLOAD_COMMAND = "batchUpload" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type BaseCommandArgs ¶
type BatchDeleteCommandArgs ¶
type BatchUploadCommandArgs ¶
type CommandExecutor ¶
type CommandExecutor struct {
// contains filtered or unexported fields
}
type Connector ¶
func (*Connector) GetMetaInfo ¶
func (s *Connector) GetMetaInfo(resourceOptions map[string]interface{}) (common.MetaInfoResult, error)
func (*Connector) TestConnection ¶
func (s *Connector) TestConnection(resourceOptions map[string]interface{}) (common.ConnectionResult, error)
func (*Connector) ValidateActionTemplate ¶
func (s *Connector) ValidateActionTemplate(actionOptions map[string]interface{}) (common.ValidateResult, error)
func (*Connector) ValidateResourceOptions ¶
func (s *Connector) ValidateResourceOptions(resourceOptions map[string]interface{}) (common.ValidateResult, error)
type ListCommandArgs ¶
Click to show internal directories.
Click to hide internal directories.