Skip to content

Conversation

@nicklaswj
Copy link

This PR add the following functions:

PreparedDelete::protected_indexes(&self) -> &[(Cow<'static, str>, IndexType)]

PreparedRecord::unsealed_indexes(&self) -> &[UnsealedIndex]
PreparedRecord::protected_indexes(&self) -> &[(Cow<'static, str>, IndexType)]

This basically allows me to fully mock cipherstash_dynamodb::EncryptedTable which we need for CI purposes.

@nicklaswj nicklaswj requested a review from coderdan October 7, 2024 12:02
@coderdan
Copy link
Contributor

coderdan commented Oct 7, 2024

@nicklaswj thank you. FYI moving forward we will require all commits to be signed before merging. I'll merge this PR as is for now.

@coderdan coderdan merged commit d173dee into main Oct 7, 2024
3 checks passed
@coderdan coderdan deleted the getters-on-prepared branch October 7, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants