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:
8
vendor/zombiezen.com/go/capnproto2/capnpc-go/templates/schemaVar
generated
vendored
Normal file
8
vendor/zombiezen.com/go/capnproto2/capnpc-go/templates/schemaVar
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
const schema_{{.FileID|printf "%x"}} = {{.SchemaLiteral}}
|
||||
|
||||
func init() {
|
||||
{{.G.Imports.Schemas}}.Register(schema_{{.FileID|printf "%x"}},
|
||||
{{- range .NodeIDs}}
|
||||
{{.|printf "%#x"}},
|
||||
{{- end}})
|
||||
}
|
Reference in New Issue
Block a user