cloudflare/cloudflared
Publicmirrored from https://github.com/cloudflare/cloudflaredAvailable
tunnelrpc/go.capnp
15lines · modecode
| 1 | # Generate go.capnp.out with: |
| 2 | # capnp compile -o- go.capnp > go.capnp.out |
| 3 | # Must run inside this directory to preserve paths. |
| 4 | |
| 5 | @0xd12a1c51fedd6c88; |
| 6 | |
| 7 | annotation package(file) :Text; |
| 8 | annotation import(file) :Text; |
| 9 | annotation doc(struct, field, enum) :Text; |
| 10 | annotation tag(enumerant) :Text; |
| 11 | annotation notag(enumerant) :Void; |
| 12 | annotation customtype(field) :Text; |
| 13 | annotation name(struct, field, union, enum, enumerant, interface, method, param, annotation, const, group) :Text; |
| 14 | |
| 15 | $package("capnp"); |
| 16 | |