Add authentication, styling needs to be fixed
# Conflicts: # starter/ent/runtime.go # starter/go.mod # starter/go.sum # starter/routes/routing.go
This commit is contained in:
@@ -4,12 +4,12 @@ package ent
|
||||
|
||||
import (
|
||||
"context"
|
||||
"git.gorlug.de/code/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/ersteller/starter/ent/user"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
"entgo.io/ent/schema/field"
|
||||
"git.gorlug.de/code/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/ersteller/starter/ent/user"
|
||||
)
|
||||
|
||||
// UserDelete is the builder for deleting a User entity.
|
||||
|
||||
Reference in New Issue
Block a user