vtprotobuf
vtprotobuf copied to clipboard
Add structpb to wkt list
- Add struct.proto to the list of generated types
- Ignore goland config files
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 {
...
}