Documentation
¶
Index ¶
- Variables
- type SSHApp
- func (a *SSHApp) AppID() string
- func (a *SSHApp) CallFunction(name string, req *nlibshared.Request) *nlibshared.Response
- func (a *SSHApp) Download(sshConfig string, path string) ([]byte, error)
- func (a *SSHApp) Exec(sshConfig string, command string) (string, error)
- func (a *SSHApp) Start() error
- func (a *SSHApp) Stop() error
- type SSHConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var (
EncodingBase64 = "base64"
)
Functions ¶
This section is empty.
Types ¶
type SSHApp ¶
type SSHApp struct {
// contains filtered or unexported fields
}
func (*SSHApp) CallFunction ¶
func (a *SSHApp) CallFunction(name string, req *nlibshared.Request) *nlibshared.Response
Click to show internal directories.
Click to hide internal directories.