Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add _Cache to the create cache response #200

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bruuuuuuuce
Copy link
Contributor

@bruuuuuuuce bruuuuuuuce commented Aug 23, 2023

After creating a cache, we have to re-call list caches to get the limits of the newly created cache. It would be useful to have that information returned with the cache after it was created, since we can't see default limits.

@bruuuuuuuce bruuuuuuuce marked this pull request as ready for review August 23, 2023 17:21
tylerburdsall
tylerburdsall previously approved these changes Aug 23, 2023
Copy link
Contributor

@tylerburdsall tylerburdsall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a minor nit

Comment on lines -57 to -59
message _CreateCacheResponse {
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just edit the message in-place here so that _CreateCacheResponse comes after _CreateCacheRequest and maintains order?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea good call

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.

4 participants