grpc-ecosystem/grpc-gateway

Support Enum Types in Path

オープン

#322 opened on 2017/03/06

 (2 件のコメント) (8 件のリアクション) (0 人の担当者)Go (2,250 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (16,971 個のスター)
PR merge metrics
 (平均マージ 8d 23h) (30d で 147 merged PRs)

説明

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.

コントリビューターガイド