package
Version:
v0.1.15
Opens a new window with list of versions in this module.
Published: Mar 24, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Topic : com.plugis.shell
Cloud events :
- Type : com.plugis.shell.command.B8:27:EB:E7:B3:4E
- parameters : {"command": ["df","-lh","/"]}
- sample :
nats-pub -s 'https://nats1.plugis.com' 'com.plugis.shell.B8:27:EB:E7:B3:4E' '{"type": "com.plugis.shell.command","data": {"command": ["df","-lh","/"]}, "id": "123","source": "manual","specversion": "1.0"}'
event-sender -type 'com.plugis.shell.command' -data '{"command": ["hostname"]}' -topic "com.plugis.shell.B8:27:EB:E7:B3:4E" -request
Documentation
¶
type ShellCommandParams struct {
Command []string `json:"command"`
Response string `json:"response,omitempty"`
Error error `json:"error,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.