MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / WSRpcCommand

Struct WSRpcCommand

pkg/web/webcmd/webcmd.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type WSRpcCommand struct {
34 WSCommand string `json:"wscommand" tstype:"\"rpc\""`
35 Message *wshutil.RpcMessage `json:"message"`
36}
37
38func (cmd *WSRpcCommand) GetWSCommand() string {
39 return cmd.WSCommand

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected