MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / RemoteTerminateJobManagerCommand

Function RemoteTerminateJobManagerCommand

pkg/wshrpc/wshclient/wshclient.go:786–789  ·  view source on GitHub ↗

command "remoteterminatejobmanager", wshserver.RemoteTerminateJobManagerCommand

(w *wshutil.WshRpc, data wshrpc.CommandRemoteTerminateJobManagerData, opts *wshrpc.RpcOpts)

Source from the content-addressed store, hash-verified

784
785// command "remoteterminatejobmanager", wshserver.RemoteTerminateJobManagerCommand
786func RemoteTerminateJobManagerCommand(w *wshutil.WshRpc, data wshrpc.CommandRemoteTerminateJobManagerData, opts *wshrpc.RpcOpts) error {
787 _, err := sendRpcRequestCallHelper[any](w, "remoteterminatejobmanager", data, opts)
788 return err
789}
790
791// command "remotewritefile", wshserver.RemoteWriteFileCommand
792func RemoteWriteFileCommand(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts) error {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected