mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 16:49:56 +00:00
TUN-528: Move cloudflared into a separate repo
This commit is contained in:
20
vendor/zombiezen.com/go/capnproto2/capnpc-go/testdata/scopes.capnp
generated
vendored
Normal file
20
vendor/zombiezen.com/go/capnproto2/capnpc-go/testdata/scopes.capnp
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Generate scopes.capnp.out with:
|
||||
# capnp compile -o- scopes.capnp > scopes.capnp.out
|
||||
# Must run inside this directory to preserve paths.
|
||||
|
||||
using Go = import "go.capnp";
|
||||
using Other = import "otherscopes.capnp";
|
||||
|
||||
@0xd68755941d99d05e;
|
||||
|
||||
$Go.package("scopes");
|
||||
$Go.import("zombiezen.com/go/capnproto2/capnpc-go/testdata/scopes");
|
||||
|
||||
struct Foo @0xc8d7b3b4e07f8bd9 {
|
||||
}
|
||||
|
||||
const fooVar @0x84efedc75e99768d :Foo = ();
|
||||
const otherFooVar @0x836faf1834d91729 :Other.Foo = ();
|
||||
const fooListVar @0xcda2680ec5c921e0 :List(Foo) = [];
|
||||
const otherFooListVar @0x83e7e1b3cd1be338 :List(Other.Foo) = [];
|
||||
const intList @0xacf3d9917d0bb0f0 :List(Int32) = [];
|
Reference in New Issue
Block a user