entc/gen: add facebookincubator/ent to mutation.tmpl imports (#390)

This commit is contained in:
Ariel Mashraki
2020-03-17 10:33:58 +02:00
committed by GitHub
parent 65f96b3593
commit 81a2f60e47
24 changed files with 47 additions and 24 deletions

View File

@@ -9,9 +9,10 @@ package ent
import (
"fmt"
"github.com/facebookincubator/ent"
"github.com/facebookincubator/ent/examples/edgeindex/ent/city"
"github.com/facebookincubator/ent/examples/edgeindex/ent/street"
"github.com/facebookincubator/ent"
)
const (

View File

@@ -9,9 +9,10 @@ package ent
import (
"fmt"
"github.com/facebookincubator/ent"
"github.com/facebookincubator/ent/examples/m2m2types/ent/group"
"github.com/facebookincubator/ent/examples/m2m2types/ent/user"
"github.com/facebookincubator/ent"
)
const (

View File

@@ -9,8 +9,9 @@ package ent
import (
"fmt"
"github.com/facebookincubator/ent"
"github.com/facebookincubator/ent/examples/m2mbidi/ent/user"
"github.com/facebookincubator/ent"
)
const (

View File

@@ -9,8 +9,9 @@ package ent
import (
"fmt"
"github.com/facebookincubator/ent"
"github.com/facebookincubator/ent/examples/m2mrecur/ent/user"
"github.com/facebookincubator/ent"
)
const (

View File

@@ -9,9 +9,10 @@ package ent
import (
"fmt"
"github.com/facebookincubator/ent"
"github.com/facebookincubator/ent/examples/o2m2types/ent/pet"
"github.com/facebookincubator/ent/examples/o2m2types/ent/user"
"github.com/facebookincubator/ent"
)
const (

View File

@@ -9,8 +9,9 @@ package ent
import (
"fmt"
"github.com/facebookincubator/ent"
"github.com/facebookincubator/ent/examples/o2mrecur/ent/node"
"github.com/facebookincubator/ent"
)
const (

View File

@@ -10,9 +10,10 @@ import (
"fmt"
"time"
"github.com/facebookincubator/ent"
"github.com/facebookincubator/ent/examples/o2o2types/ent/card"
"github.com/facebookincubator/ent/examples/o2o2types/ent/user"
"github.com/facebookincubator/ent"
)
const (

View File

@@ -9,8 +9,9 @@ package ent
import (
"fmt"
"github.com/facebookincubator/ent"
"github.com/facebookincubator/ent/examples/o2obidi/ent/user"
"github.com/facebookincubator/ent"
)
const (

View File

@@ -9,8 +9,9 @@ package ent
import (
"fmt"
"github.com/facebookincubator/ent"
"github.com/facebookincubator/ent/examples/o2orecur/ent/node"
"github.com/facebookincubator/ent"
)
const (

View File

@@ -10,10 +10,11 @@ import (
"fmt"
"time"
"github.com/facebookincubator/ent"
"github.com/facebookincubator/ent/examples/start/ent/car"
"github.com/facebookincubator/ent/examples/start/ent/group"
"github.com/facebookincubator/ent/examples/start/ent/user"
"github.com/facebookincubator/ent"
)
const (

View File

@@ -9,10 +9,11 @@ package ent
import (
"fmt"
"github.com/facebookincubator/ent"
"github.com/facebookincubator/ent/examples/traversal/ent/group"
"github.com/facebookincubator/ent/examples/traversal/ent/pet"
"github.com/facebookincubator/ent/examples/traversal/ent/user"
"github.com/facebookincubator/ent"
)
const (