package
Version:
v0.0.0-...-39da880
Opens a new window with list of versions in this module.
Published: Jul 5, 2019
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
Success string `json:"success"`
Message string `json:"message"`
StatusCode int `json:"statuscode"`
}
type Output struct {
Output string `json:"standardOutput"`
Error string `json:"standardError"`
ReturnCode int `json:"returnCode"`
}
type SSHArguments struct {
Command string `json:"command,omitempty"`
Username string `json:"username,omitempty"`
Password string `json:"password,omitempty"`
Host string `json:"host,omitempty"`
Port string `json:"port,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.