Documentation
¶
Overview ¶
Package protoconv translates a small subset of protobuf (.proto) schemas into Cap'n Proto (.capnp) source, so capwrap users can author services in familiar proto syntax. Each unary `rpc M(Req) returns (Resp)` is flattened: the fields of Req/Resp become the Cap'n Proto method's params/results.
Supported: proto3, a service with unary rpc methods, and messages made of scalar/string/bytes fields. Streaming, repeated, map, oneof, enums and nested message fields are not supported and cause the affected method to be skipped.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.