Documentation
¶
Index ¶
- func NewSftp(logger logger.Logger) bindings.OutputBinding
- type Sftp
- func (sftp *Sftp) Close() error
- func (sftp *Sftp) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
- func (sftp *Sftp) Init(_ context.Context, metadata bindings.Metadata) error
- func (sftp *Sftp) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
- func (sftp *Sftp) Operations() []bindings.OperationKind
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Sftp ¶
type Sftp struct {
// contains filtered or unexported fields
}
Sftp is a binding for file operations on sftp server.
func (*Sftp) GetComponentMetadata ¶
func (sftp *Sftp) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
GetComponentMetadata returns the metadata of the component.
func (*Sftp) Invoke ¶
func (sftp *Sftp) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
func (*Sftp) Operations ¶
func (sftp *Sftp) Operations() []bindings.OperationKind
Click to show internal directories.
Click to hide internal directories.