wechaty/grpc

Simplify ENUM names

huan opened this issue · 1 comments

huan commented

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.