Move pagination_query.tmpl and time_mixin.go to starter
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package schema
|
||||
|
||||
import (
|
||||
"git.gorlug.de/code/ersteller/schema/ent"
|
||||
|
||||
"entgo.io/ent"
|
||||
"entgo.io/ent/schema/edge"
|
||||
"entgo.io/ent/schema/field"
|
||||
@@ -14,7 +12,7 @@ type Todo struct {
|
||||
|
||||
func (Todo) Mixin() []ent.Mixin {
|
||||
return []ent.Mixin{
|
||||
ersteller_ent.TimeMixin{},
|
||||
TimeMixin{},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user