change delete message name

This commit is contained in:
Michael Mandrus
2022-06-14 11:28:15 -04:00
parent 4355c9b9ff
commit 8ca978301e
5 changed files with 103 additions and 103 deletions
@@ -38,7 +38,7 @@ func (sm *SecretsManagerGRPCClient) SetSecret(ctx context.Context, req *SetSecre
}
// Del deletes an item from the store.
func (sm *SecretsManagerGRPCClient) DeleteSecret(ctx context.Context, req *DelSecretRequest, opts ...grpc.CallOption) (*DelSecretResponse, error) {
func (sm *SecretsManagerGRPCClient) DeleteSecret(ctx context.Context, req *DeleteSecretRequest, opts ...grpc.CallOption) (*DeleteSecretResponse, error) {
return sm.SecretsManagerClient.DeleteSecret(ctx, req)
}