JM-WechatMini/resource/plug_template/config/config.go.tpl
2023-11-02 04:34:46 +08:00

9 lines
198 B
Smarty

package config
{{- if .HasGlobal }}
type {{ .PlugName }} struct {
{{- range .Global }}
{{ .Key }} {{ .Type }} {{- if ne .Desc "" }} // {{ .Desc }} {{ end -}}
{{- end }}
}
{{ end -}}