Documentation ¶
Index ¶
- Variables
- func FmAction(rawdata []byte, out chan []byte, ctx context.Context)
- func GetSystemInfo() []byte
- func ListDirectory(rawdata []byte, out chan []byte, ctx context.Context)
- func ProcessAction(rawdata []byte, out chan []byte, ctx context.Context)
- func RunScript(rawdata []byte, out chan []byte, ctx context.Context)
- func SysAction(rawdata []byte, out chan []byte, ctx context.Context)
- func SystemStatus(rawdata []byte, out chan []byte, ctx context.Context)
- func Taskmanager(rawdata []byte, out chan []byte, ctx context.Context)
- func Terminal(rawdata []byte, out chan []byte, ctx context.Context)
- type CommandFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var CommandBuffer map[wire.CommandType]CommandFunc
CommandBuffer contain the mapping of different command type to their mapping (func)
Functions ¶
func GetSystemInfo ¶
func GetSystemInfo() []byte
func SystemStatus ¶
SystemStatus gives system status of machine
Types ¶
Click to show internal directories.
Click to hide internal directories.