9 lines
198 B
Smarty
9 lines
198 B
Smarty
package config
|
|
|
|
{{- if .HasGlobal }}
|
|
type {{ .PlugName }} struct {
|
|
{{- range .Global }}
|
|
{{ .Key }} {{ .Type }} {{- if ne .Desc "" }} // {{ .Desc }} {{ end -}}
|
|
{{- end }}
|
|
}
|
|
{{ end -}} |