mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
all: gofmt -w -r 'interface{} -> any' (#2874)
This commit is contained in:
4
ent.go
4
ent.go
@@ -231,9 +231,9 @@ func (Schema) Annotations() []schema.Annotation { return nil }
|
||||
|
||||
type (
|
||||
// Value represents a value returned by ent.
|
||||
Value interface{}
|
||||
Value any
|
||||
// Query represents an ent query builder.
|
||||
Query interface{}
|
||||
Query any
|
||||
// Mutation represents an operation that mutate the graph.
|
||||
// For example, adding a new node, updating many, or dropping
|
||||
// data. The implementation is generated by entc (ent codegen).
|
||||
|
||||
Reference in New Issue
Block a user