cloudflare/cloudflared

Public

mirrored from https://github.com/cloudflare/cloudflaredAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2019.2.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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
7annotation package(file) :Text;
8annotation import(file) :Text;
9annotation doc(struct, field, enum) :Text;
10annotation tag(enumerant) :Text;
11annotation notag(enumerant) :Void;
12annotation customtype(field) :Text;
13annotation name(struct, field, union, enum, enumerant, interface, method, param, annotation, const, group) :Text;
14
15$package("capnp");
16