mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 23:59:57 +00:00
5 lines
212 B
Plaintext
5 lines
212 B
Plaintext
func (s {{.Node.Name}}) {{.Field.Name|title}}() {{.Group.Name}} { return {{.Group.Name}}(s) }
|
|
{{if .Field.HasDiscriminant}}
|
|
func (s {{.Node.Name}}) Set{{.Field.Name|title}}() { {{template "_settag" .}} }
|
|
{{end}}
|