refactor: split go-pkg
This commit is contained in:
File diff suppressed because it is too large
Load Diff
1
internal/graph/generated/pkg.go
Normal file
1
internal/graph/generated/pkg.go
Normal file
@@ -0,0 +1 @@
|
||||
package generated
|
||||
@@ -5,11 +5,12 @@ package resolver
|
||||
import (
|
||||
"context"
|
||||
|
||||
"go.sour.is/pkg/gql"
|
||||
|
||||
"go.sour.is/ev/app/msgbus"
|
||||
"go.sour.is/ev/app/salty"
|
||||
"go.sour.is/ev/internal/graph/generated"
|
||||
"go.sour.is/ev/pkg/es"
|
||||
"go.sour.is/ev/pkg/gql"
|
||||
)
|
||||
|
||||
type Resolver struct{}
|
||||
|
||||
Reference in New Issue
Block a user