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

Add structpb to wkt list #107

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

Add structpb to wkt list #107

wants to merge 2 commits into from

Conversation

gnagel
Copy link
Contributor

@gnagel gnagel commented Oct 19, 2023

  1. Add struct.proto to the list of generated types
  2. Ignore goland config files

@gnagel
Copy link
Contributor Author

gnagel commented Oct 19, 2023

The generated types don't quite match up, it's missing the internal types:

func (m *Value_NullValue) CloneVT() isValue_Kind {
  ...
}

func (m *Value_NumberValue) CloneVT() isValue_Kind {
  ...
}

func (m *Value_StringValue) CloneVT() isValue_Kind {
  ...
}

func (m *Value_BoolValue) CloneVT() isValue_Kind {
  ...
}

func (m *Value_StructValue) CloneVT() isValue_Kind {
  ...
}

func (m *Value_ListValue) CloneVT() isValue_Kind {
  ...
}

@gnagel gnagel marked this pull request as draft October 19, 2023 17:08
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