extend proto for micro #32

Closed
opened 2020-11-10 16:48:32 +03:00 by vtolstov · 2 comments
vtolstov commented 2020-11-10 16:48:32 +03:00 (Migrated from github.com)

reuse protoc-gen-gotemplate based stuff drop grpc-gateway proto stuff and google api stuff. copy-paste all needed stuff to micro proto and gen files for go and python and all other languages via gh actions

  • add handler type (rpc/sub)
  • add timeout field for handler timeout
  • add ability to specify wrappers?
  • pass handler options for rpc and sub

mostly create extension inside proto and use it in generator https://blog.golang.org/protobuf-apiv2

reuse protoc-gen-gotemplate based stuff drop grpc-gateway proto stuff and google api stuff. copy-paste all needed stuff to micro proto and gen files for go and python and all other languages via gh actions * add handler type (rpc/sub) * add timeout field for handler timeout * add ability to specify wrappers? * pass handler options for rpc and sub mostly create extension inside proto and use it in generator https://blog.golang.org/protobuf-apiv2
vtolstov commented 2020-11-12 12:53:16 +03:00 (Migrated from github.com)
https://github.com/isa-group/SLA4OAI-TC/blob/master/specs/index.md https://github.com/OAI/OpenAPI-Specification/issues/541

Already done

Already done
Sign in to join this conversation.
No description provided.