Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type SSHCommand ¶
type SSHCommand struct { KeyFunc sshutils.KeyFunc Name string Host string Port string Username string Password string Command string Logger *logrus.Logger ExportMetadata Metadata DeviceMetadata Metadata }
func (*SSHCommand) Export ¶
func (s *SSHCommand) Export(ctx context.Context) (response io.ReadCloser, metadata Metadata, err error)
func (*SSHCommand) Metadata ¶
func (s *SSHCommand) Metadata() Metadata
Click to show internal directories.
Click to hide internal directories.