This commit is contained in:
cubixle
2021-06-18 21:06:02 +01:00
parent f435f65536
commit f330903f9e
13 changed files with 85 additions and 26 deletions
+7
View File
@@ -0,0 +1,7 @@
package storage
import "time"
type {{ .Name }} struct { {{ range .Properties }}
{{ .NameCorrected }} {{ .DBTypeToGoType }}{{ end }}
}