MCPcopy Create free account
hub / github.com/compozy/agh / ListVaultSecrets

Method ListVaultSecrets

internal/cli/client.go:69–69  ·  view source on GitHub ↗
(ctx context.Context, query VaultListQuery)

Source from the content-addressed store, hash-verified

67 )
68 ProviderModelStatus(ctx context.Context, providerID string) (ProviderModelStatusRecord, error)
69 ListVaultSecrets(ctx context.Context, query VaultListQuery) ([]VaultRecord, error)
70 GetVaultSecret(ctx context.Context, ref string) (VaultRecord, error)
71 PutVaultSecret(ctx context.Context, request PutVaultSecretRequest) (VaultRecord, error)
72 DeleteVaultSecret(ctx context.Context, ref string) error

Callers 1

newVaultListCommandFunction · 0.65

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected