15 lines
260 B
Smarty
15 lines
260 B
Smarty
type (
|
|
{{.lowerStartCamelObject}}Model interface{
|
|
{{.method}}
|
|
}
|
|
|
|
default{{.upperStartCamelObject}}Model struct {
|
|
{{if .withCache}}sqlc.CachedConn{{else}}conn sqlx.SqlConn{{end}}
|
|
table string
|
|
}
|
|
|
|
{{.upperStartCamelObject}} struct {
|
|
{{.fields}}
|
|
}
|
|
)
|