fixed module path; added translate endpoint to chat API
This commit is contained in:
@@ -4,13 +4,13 @@ package ent
|
||||
|
||||
import (
|
||||
"context"
|
||||
"csgowtfd/ent/predicate"
|
||||
"csgowtfd/ent/weapon"
|
||||
"fmt"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
"entgo.io/ent/schema/field"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/predicate"
|
||||
"git.harting.dev/csgowtf/csgowtfd/ent/weapon"
|
||||
)
|
||||
|
||||
// WeaponDelete is the builder for deleting a Weapon entity.
|
||||
|
Reference in New Issue
Block a user