wechaty / grpc

gRPC Service & Protocol Buffers for Wechaty Puppet
https://wechaty.github.io/grpc/
Apache License 2.0
25 stars 22 forks source link

Simplify ENUM names #110

Closed huan closed 2 years ago

huan commented 3 years ago

MESSAGE_TYPE_IMAGE -> IMAGE

See: https://cloud.google.com/apis/design/design_patterns#enum_default_value

huan commented 2 years ago

This can not be implemented due to the limitation of the gRPC itself does not permit.

See:

.NET has a nice feature to rename all of them when running the generator (Protobuf enumerations), don't know if javascript has any similar tools.