Files
go-winrt/internal/codegen/templates/enum.tmpl
2025-08-22 17:42:23 -04:00

7 lines
149 B
Cheetah

type {{.Name}} {{.Type}}
const Signature{{.Name}} string = "{{.Signature}}"
const ({{range .Values}}
{{.Name}} {{$.Name}} = {{.Value}}{{end}}
)