MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / DeleteSecret

Method DeleteSecret

pkg/credentials/azurekv/keyvault.go:50–50  ·  view source on GitHub ↗
(ctx context.Context, secretName string, options *azsecrets.DeleteSecretOptions)

Source from the content-addressed store, hash-verified

48 SetSecret(ctx context.Context, secretName string, params azsecrets.SetSecretParameters, options *azsecrets.SetSecretOptions) (azsecrets.SetSecretResponse, error)
49 GetSecret(ctx context.Context, secretName string, version string, options *azsecrets.GetSecretOptions) (azsecrets.GetSecretResponse, error)
50 DeleteSecret(ctx context.Context, secretName string, options *azsecrets.DeleteSecretOptions) (azsecrets.DeleteSecretResponse, error)
51}
52
53type NewManagerOpts struct {

Callers 2

DeleteCredentialsMethod · 0.65
ValidateWriterClientFunction · 0.65

Implementers 1

SecretsRWpkg/credentials/azurekv/mocks/SecretsR

Calls

no outgoing calls

Tested by

no test coverage detected