mirror of
https://github.com/cubixle/tuugen.git
synced 2026-04-30 14:48:41 +01:00
wip
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package storage
|
||||
|
||||
import "time"
|
||||
|
||||
type {{ .Name }} struct { {{ range .Properties }}
|
||||
{{ .NameCorrected }} {{ .DBTypeToGoType }}{{ end }}
|
||||
}
|
||||
Reference in New Issue
Block a user