v0.0.608
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled

This commit is contained in:
2025-10-04 00:27:41 +02:00
parent 8c16e4d982
commit 9730a91ad5
2 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ func (e {{.EnumTypeName}}) DataMeta() enums.EnumDataMetaValue {
return enums.EnumDataMetaValue{
VarName: e.VarName(),
Value: e,
Description: e.Description(),
{{if $hasDescr}} Description: langext.Ptr(e.Description()), {{else}} Description: nil, {{end}}
Data: map[string]any{
{{ range $datakey, $datatype := $enumdef | generalDataKeys }} "{{ $datakey }}": e.Data().{{ $datakey | godatakey }},
{{ end }}

View File

@@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.607"
const GoextVersion = "0.0.608"
const GoextVersionTimestamp = "2025-10-04T00:24:13+0200"
const GoextVersionTimestamp = "2025-10-04T00:27:41+0200"