Documentation
¶
Index ¶
- Constants
- func BuildXML(command string, parameters ...map[string]string) (out string)
- func Mapper(matcher *regexp.Regexp, in any, mapping map[string]string) (out map[string]any)
- func NewSSHTransport(remote string, credentials *SSHCredentials, options *SSHOptions, extra ...int) (transport *sshTransport, err error)
- type SSHCredentials
- type SSHOptions
- type Transport
Constants ¶
View Source
const ( TEXT = "text" JSON = "json" XML = "xml" )
Variables ¶
This section is empty.
Functions ¶
func NewSSHTransport ¶
func NewSSHTransport(remote string, credentials *SSHCredentials, options *SSHOptions, extra ...int) (transport *sshTransport, err error)
Types ¶
type SSHCredentials ¶
type SSHOptions ¶
Click to show internal directories.
Click to hide internal directories.