(ctx context.Context, secretName string, options *azsecrets.DeleteSecretOptions)
| 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 | |
| 53 | type NewManagerOpts struct { |
no outgoing calls
no test coverage detected