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

Function GetSecretsNamesCommand

pkg/wshrpc/wshclient/wshclient.go:464–467  ·  view source on GitHub ↗

command "getsecretsnames", wshserver.GetSecretsNamesCommand

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

Source from the content-addressed store, hash-verified

462
463// command "getsecretsnames", wshserver.GetSecretsNamesCommand
464func GetSecretsNamesCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]string, error) {
465 resp, err := sendRpcRequestCallHelper[[]string](w, "getsecretsnames", nil, opts)
466 return resp, err
467}
468
469// command "gettab", wshserver.GetTabCommand
470func GetTabCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*waveobj.Tab, error) {

Callers 1

secretListRunFunction · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected