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

feat: implement Plan.expected_type_urls field #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ingomueller-net
Copy link
Collaborator

This PR adds support for the expected_type_urls field of the Plan message. This is pretty straight-forward: the repeated field of string becomes an ArrayAttr of StringAttrs. We don't really need this field currently but it's the last missing field of the Plan message, so it allows us to tick that message type off.

This PR adds support for the `expected_type_urls` field of the `Plan`
message. This is pretty straight-forward: the repeated field of string
becomes an `ArrayAttr` of `StringAttr`s. We don't really need this field
currently but it's the last missing field of the `Plan` message, so it
allows us to tick that message type off.

Signed-off-by: Ingo Müller <[email protected]>
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.

1 participant