grpc-ecosystem/grpc-gateway

Support using FieldMasks with GET requests

オープン

#698 opened on 2018/07/10

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

Repository metrics

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

説明

Some GET requests (e. g. search) benefit greatly from being able to distinguish between default (e. g. 0) and non-defined values, since searching by "name='John' && age = 0" is not the same as "name='John' && age = undefined". Since FieldMasks are a generally recommended approach for optional fields in gRPC, it would be super helpful if grpc-gateway would support that.

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