mirror of
https://github.com/cubixle/tuugen.git
synced 2026-04-24 19:54:45 +01:00
7 lines
139 B
Cheetah
7 lines
139 B
Cheetah
package storage
|
|
|
|
import "time"
|
|
|
|
type {{ .Name }} struct { {{ range .Properties }}
|
|
{{ .NameCorrected }} {{ .DBTypeToGoType }}{{ end }}
|
|
} |