grpc-ecosystem/grpc-gateway

Support Enum Types in Path

开放

#322 创建于 2017年3月6日

 (2 条评论) (8 个反应) (0 位负责人)Go (2,250 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (16,971 个星标)
PR 合并指标
 (平均合并 8天 23小时) (30 天内合并 147 个 PR)

描述

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.

贡献者指南