TUN-528: Move cloudflared into a separate repo

This commit is contained in:
Areg Harutyunyan
2018-05-01 18:45:06 -05:00
parent e8c621a648
commit d06fc520c7
4726 changed files with 1763680 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["c++.capnp.go"],
importpath = "zombiezen.com/go/capnproto2/std/capnp/cxx",
visibility = ["//visibility:public"],
deps = ["//schemas:go_default_library"],
)

View File

@@ -0,0 +1,25 @@
// Code generated by capnpc-go. DO NOT EDIT.
package cxx
import (
schemas "zombiezen.com/go/capnproto2/schemas"
)
const Namespace = uint64(0xb9c6f99ebf805f2c)
const Name = uint64(0xf264a779fef191ce)
const schema_bdf87d7bb8304e81 = "x\xda\x12\x08u`2d\x15gb`\x08\x94`e" +
"\xfb\xaf\x13\xdf\xb0\x7f\xde\xcfc;\x19\x02\xb9X\x19\xff" +
"7\xfa\x19\xec\xa8\xae\xfd\xb1\x97\x81\x81Q\xf0\xe3\"\xc1" +
"\x9f\xec\x0c\x0c\x81_\x98\x19\x19\x18\xff\x9f\x9b\xf8\xf1_" +
"\xe5\xf2\x94O\x0c\x17\xb9X\xff\xb0\xa3(|Z%\xf8" +
"\x12\xa4\xf0\x093#\x83\xee\xffdmm\xbd\xe4\xc4\x82" +
"<\xc6\x02\xab\xbc\xc4\xdc\xd4\xe2\x02\xf6\xc4\xe4\xd4\x00F" +
"FF\x1e\x06&\xb8$\x83=D\x16*\x0e\x08\x00\x00" +
"\xff\xffE\x881\xaa"
func init() {
schemas.Register(schema_bdf87d7bb8304e81,
0xb9c6f99ebf805f2c,
0xf264a779fef191ce)
}