yarpc / yarpc-go

A message passing platform for Go
MIT License
401 stars 101 forks source link

Added support for optional fields in proto3 #2237

Closed biosvs closed 6 months ago

biosvs commented 6 months ago
  1. main.go of the plugin v2 used internal libraries from the v1, fixed.
  2. Indicates support of "optional fields" in plugin response. Doesn't affect generated yarpc code.