grpc-ecosystem/grpc-gateway

Support Enum Types in Path

Open

#322 建立於 2017年3月6日

在 GitHub 查看
 (2 留言) (8 反應) (0 負責人)Go (16,971 star) (2,250 fork)batch import
enhancementhelp wanted

描述

Having merged Enum support into the query parameters, would it be possible to now support Enum Types in the path as well? Currently this appears to be limited by https://github.com/grpc-ecosystem/grpc-gateway/blob/fdcb7eab2d6ed4919e83ddcef4f199c161611e1f/protoc-gen-grpc-gateway/descriptor/types.go#L293 not being implemented for Enum types.

貢獻者指南