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:
14
vendor/zombiezen.com/go/capnproto2/capnpc-go/templates/constants
generated
vendored
Normal file
14
vendor/zombiezen.com/go/capnproto2/capnpc-go/templates/constants
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{{with .Consts -}}
|
||||
// Constants defined in {{$.G.Basename}}.
|
||||
const (
|
||||
{{range .}} {{.Name}} = {{$.G.Value . .Const.Type .Const.Value}}
|
||||
{{end}}
|
||||
)
|
||||
{{end}}
|
||||
{{with .Vars -}}
|
||||
// Constants defined in {{$.G.Basename}}.
|
||||
var (
|
||||
{{range .}} {{.Name}} = {{$.G.Value . .Const.Type .Const.Value}}
|
||||
{{end}}
|
||||
)
|
||||
{{end}}
|
Reference in New Issue
Block a user