Skip to content

Commit

Permalink
Merge pull request #116 from howardjohn/wkt/struct
Browse files Browse the repository at this point in the history
Support `Struct` for wellknown type wrappers
  • Loading branch information
vmg authored Nov 23, 2023
2 parents a8e005f + 2c43b2a commit 9877c81
Show file tree
Hide file tree
Showing 13 changed files with 2,829 additions and 473 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ gen-wkt: bin/protoc-gen-go-vtproto
$(PROTOBUF_ROOT)/src/google/protobuf/empty.proto \
$(PROTOBUF_ROOT)/src/google/protobuf/field_mask.proto \
$(PROTOBUF_ROOT)/src/google/protobuf/timestamp.proto \
$(PROTOBUF_ROOT)/src/google/protobuf/wrappers.proto
$(PROTOBUF_ROOT)/src/google/protobuf/wrappers.proto \
$(PROTOBUF_ROOT)/src/google/protobuf/struct.proto

gen-testproto: get-grpc-testproto gen-wkt-testproto install
$(PROTOBUF_ROOT)/src/protoc \
Expand Down
Loading

0 comments on commit 9877c81

Please sign in to comment.