mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 23:59:57 +00:00
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
const schema_{{.FileID|printf "%x"}} = {{.SchemaLiteral}}
|
|
|
|
func init() {
|
|
{{.G.Imports.Schemas}}.Register(schema_{{.FileID|printf "%x"}},
|
|
{{- range .NodeIDs}}
|
|
{{.|printf "%#x"}},
|
|
{{- end}})
|
|
}
|