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

Method SetSecretsCommand

pkg/wshrpc/wshrpctypes.go:145–145  ·  view source on GitHub ↗
(ctx context.Context, secrets map[string]*string)

Source from the content-addressed store, hash-verified

143 GetSecretsCommand(ctx context.Context, names []string) (map[string]string, error)
144 GetSecretsNamesCommand(ctx context.Context) ([]string, error)
145 SetSecretsCommand(ctx context.Context, secrets map[string]*string) error
146 GetSecretsLinuxStorageBackendCommand(ctx context.Context) (string, error)
147
148 WorkspaceListCommand(ctx context.Context) ([]WorkspaceInfoData, error)

Callers 5

saveSecretMethod · 0.65
deleteSecretMethod · 0.65
addNewSecretMethod · 0.65
handleSetAndMapFunction · 0.65

Implementers 1

RpcApiTypefrontend/app/store/wshclientapi.ts

Calls

no outgoing calls

Tested by

no test coverage detected