MCPcopy
hub / github.com/wavetermdev/waveterm / AuthenticateToJobManagerCommand

Function AuthenticateToJobManagerCommand

pkg/wshrpc/wshclient/wshclient.go:51–54  ·  view source on GitHub ↗

command "authenticatetojobmanager", wshserver.AuthenticateToJobManagerCommand

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

Source from the content-addressed store, hash-verified

49
50// command "authenticatetojobmanager", wshserver.AuthenticateToJobManagerCommand
51func AuthenticateToJobManagerCommand(w *wshutil.WshRpc, data wshrpc.CommandAuthenticateToJobData, opts *wshrpc.RpcOpts) error {
52 _, err := sendRpcRequestCallHelper[any](w, "authenticatetojobmanager", data, opts)
53 return err
54}
55
56// command "authenticatetoken", wshserver.AuthenticateTokenCommand
57func AuthenticateTokenCommand(w *wshutil.WshRpc, data wshrpc.CommandAuthenticateTokenData, opts *wshrpc.RpcOpts) (wshrpc.CommandAuthenticateRtnData, error) {

Callers 1

connectToJobManagerMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected